AWSRekognitionPersonDetail Class Reference
Inherits from | AWSModel : AWSMTLModel |
---|---|
Declared in | AWSRekognitionModel.h AWSRekognitionModel.m |
boundingBox
Bounding box around the detected person.
@property (nonatomic, strong) AWSRekognitionBoundingBox *boundingBox
Declared In
AWSRekognitionModel.h
face
Face details for the detected person.
@property (nonatomic, strong) AWSRekognitionFaceDetail *face
Declared In
AWSRekognitionModel.h
index
Identifier for the person detected person within a video. Use to keep track of the person throughout the video. The identifier is not stored by Amazon Rekognition.
@property (nonatomic, strong) NSNumber *index
Declared In
AWSRekognitionModel.h