DetectTextResponse
public struct DetectTextResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
An array of text that was detected in the input image.
Declaration
Swift
public let textDetections: [TextDetection]? -
The model version used to detect text.
Declaration
Swift
public let textModelVersion: String? -
Undocumented
Declaration
Swift
public init(textDetections: [TextDetection]? = nil, textModelVersion: String? = nil)
View on GitHub
DetectTextResponse Structure Reference