DetectDocumentTextResponse
public struct DetectDocumentTextResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An array of Block objects that contain the text that’s detected in the document.
Declaration
Swift
public let blocks: [Block]?
-
Undocumented
Declaration
Swift
public let detectDocumentTextModelVersion: String?
-
Metadata about the document. It contains the number of pages that are detected in the document.
Declaration
Swift
public let documentMetadata: DocumentMetadata?
-
Undocumented
Declaration
Swift
public init(blocks: [Block]? = nil, detectDocumentTextModelVersion: String? = nil, documentMetadata: DocumentMetadata? = nil)