Type Definitions
The following type definitions are available globally.
-
Undocumented
Declaration
Objective-C
typedef NSString *RFSDetectFacesAttribute
Swift
struct DetectFacesAttribute : _ObjectiveCBridgeable, Hashable, Equatable, _SwiftNewtypeWrapper, RawRepresentable, @unchecked Sendable
-
Undocumented
Declaration
Objective-C
typedef void (^RFSInitializationCompletion)(BOOL success, NSError * _Nullable error)
Swift
typealias FaceInitializationCompletion = (Bool, (any Error)?) -> Void
-
Image Quality Characteristic Name.
Declaration
Objective-C
typedef NSString *RFSImageQualityCharacteristicName
-
Undocumented
Declaration
Objective-C
typedef void (^RFSConfirmCompletion)(RFSComfirmResponse *response)
-
Undocumented
Declaration
Objective-C
typedef void (^RFSPersonCompletion)(RFSItemResponse<RFSPerson *> *response)
-
Undocumented
Declaration
Objective-C
typedef void (^RFSPersonGroupCompletion)(RFSItemResponse<RFSPersonGroup *> *response)
-
Undocumented
Declaration
Objective-C
typedef void (^RFSPersonImageCompletion)(RFSItemResponse<RFSPersonImage *> *response)
-
Undocumented
Declaration
Objective-C
typedef void (^RFSPersonListPageCompletion)(RFSPageResponse<RFSPerson *> *)
-
Undocumented
Declaration
Objective-C
typedef void (^RFSPersonGroupListPageCompletion)(RFSPageResponse<RFSPersonGroup *> *)
-
Undocumented
Declaration
Objective-C
typedef void (^RFSPersonImageListPageCompletion)(RFSPageResponse<RFSPersonImage *> *)
-
Undocumented
Declaration
Objective-C
typedef void (^RFSSearchPersonCompletion)(RFSSearchPersonResponse *response)
-
Undocumented
Declaration
Objective-C
typedef void (^RFSSearchDataCompletion)(RFSDataResponse *response)