StartSegmentDetectionResponse
public struct StartSegmentDetectionResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Unique identifier for the segment detection job. The JobId is returned from StartSegmentDetection.
Declaration
Swift
public let jobId: String? -
Undocumented
Declaration
Swift
public init(jobId: String? = nil)
View on GitHub
StartSegmentDetectionResponse Structure Reference