AWSRekognitionFaceDetection

Objective-C

@interface AWSRekognitionFaceDetection

Swift

class AWSRekognitionFaceDetection

Information about a face detected in a video analysis request and the time the face was detected in the video.

  • The face properties for the detected face.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSRekognitionFaceDetail *_Nullable face;

    Swift

    var face: AWSRekognitionFaceDetail? { get set }
  • Time, in milliseconds from the start of the video, that the face was detected. Note that Timestamp is not guaranteed to be accurate to the individual frame where the face first appears.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable timestamp;

    Swift

    var timestamp: NSNumber? { get set }