AWSRekognitionShotSegment
Objective-C
@interface AWSRekognitionShotSegment
Swift
class AWSRekognitionShotSegment
Information about a shot detection segment detected in a video. 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 } -
An Identifier for a shot detection segment detected in a video.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable index;Swift
var index: NSNumber? { get set }
View on GitHub
Install in Dash
AWSRekognitionShotSegment Class Reference