AWSRekognitionListFacesResponse
Objective-C
@interface AWSRekognitionListFacesResponse
Swift
class AWSRekognitionListFacesResponse
-
Version number of the face detection model associated with the input collection (
CollectionId
).Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable faceModelVersion;
Swift
var faceModelVersion: String? { get set }
-
An array of
Face
objects.Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSRekognitionFace *> *_Nullable faces;
Swift
var faces: [AWSRekognitionFace]? { get set }
-
If the response is truncated, Amazon Rekognition returns this token that you can use in the subsequent request to retrieve the next set of faces.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;
Swift
var nextToken: String? { get set }