ShotSegment
public struct ShotSegment : 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?
-
An Identifier for a shot detection segment detected in a video
Declaration
Swift
public let index: Int64?
-
Undocumented
Declaration
Swift
public init(confidence: Float? = nil, index: Int64? = nil)