AWSRekognitionTechnicalCueSegment

Objective-C

@interface AWSRekognitionTechnicalCueSegment

Swift

class AWSRekognitionTechnicalCueSegment

Information about a technical cue segment. For more information, see SegmentDetection.

  • The confidence that Amazon Rekognition Video has in the accuracy of the detected segment.

    Declaration

    Objective-C

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

    Swift

    var confidence: NSNumber? { get set }
  • The type of the technical cue.

    Declaration

    Objective-C

    @property (nonatomic) AWSRekognitionTechnicalCueType types;

    Swift

    var types: AWSRekognitionTechnicalCueType { get set }