Type Definitions
The following type definitions are available globally.
-
Undocumented
Declaration
Objective-C
typedef NSString *RFSDetectFacesAttributeSwift
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, Error?) -> Void -
Undocumented
Declaration
Objective-C
NS_SWIFT_NAME(ImageQualityCharacteristic.Name) 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)
Type Definitions Reference