StartTextDetectionResponse
public struct StartTextDetectionResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Identifier for the text detection job. Use JobId to identify the job in a subsequent call to GetTextDetection.
Declaration
Swift
public let jobId: String?
-
Undocumented
Declaration
Swift
public init(jobId: String? = nil)