SegmentTypeInfo
public struct SegmentTypeInfo : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The version of the model used to detect segments.
Declaration
Swift
public let modelVersion: String?
-
The type of a segment (technical cue or shot detection).
Declaration
Swift
public let type: SegmentType?
-
Undocumented
Declaration
Swift
public init(modelVersion: String? = nil, type: SegmentType? = nil)