AWSRekognitionSegmentTypeInfo
Objective-C
@interface AWSRekognitionSegmentTypeInfo
Swift
class AWSRekognitionSegmentTypeInfo
Information about the type of a segment requested in a call to StartSegmentDetection. An array of SegmentTypeInfo
objects is returned by the response from GetSegmentDetection.
-
The version of the model used to detect segments.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable modelVersion;
Swift
var modelVersion: String? { get set }
-
The type of a segment (technical cue or shot detection).
Declaration
Objective-C
@property (nonatomic) AWSRekognitionSegmentType types;
Swift
var types: AWSRekognitionSegmentType { get set }