RFSSearchPerson
@interface RFSSearchPerson : RFSPerson
A Person Database object that represents th result of Person search.
-
Array of images where the Person is found.
Declaration
Objective-C
@property (nonatomic, strong, readonly) NSArray<RFSSearchPersonImage *> *_Nonnull images;
-
Detection data relative to the search input image.
Declaration
Objective-C
@property (nonatomic, strong, readonly) RFSSearchPersonDetection *_Nonnull detection;
-
Unavailable
Not the designated initializer
Undocumented
Declaration
Objective-C
RFS_EMPTY_INIT_UNAVAILABLE
-
Unavailable
Not the designated initializer
Undocumented
Declaration
Objective-C
RFS_EMPTY_INIT_UNAVAILABLE