TechnicalCueSegment
public struct TechnicalCueSegment : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The confidence that Amazon Rekognition Video has in the accuracy of the detected segment.
Declaration
Swift
public let confidence: Float?
-
The type of the technical cue.
Declaration
Swift
public let type: TechnicalCueType?
-
Undocumented
Declaration
Swift
public init(confidence: Float? = nil, type: TechnicalCueType? = nil)