GetDocumentAnalysisResponse
public struct GetDocumentAnalysisResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Undocumented
Declaration
Swift
public let analyzeDocumentModelVersion: String?
-
The results of the text-analysis operation.
Declaration
Swift
public let blocks: [Block]?
-
Information about a document that Amazon Textract processed. DocumentMetadata is returned in every page of paginated responses from an Amazon Textract video operation.
Declaration
Swift
public let documentMetadata: DocumentMetadata?
-
The current status of the text detection job.
Declaration
Swift
public let jobStatus: JobStatus?
-
If the response is truncated, Amazon Textract returns this token. You can use this token in the subsequent request to retrieve the next set of text detection results.
Declaration
Swift
public let nextToken: String?
-
The current status of an asynchronous document-analysis operation.
Declaration
Swift
public let statusMessage: String?
-
A list of warnings that occurred during the document-analysis operation.
Declaration
Swift
public let warnings: [Warning]?
-
init(analyzeDocumentModelVersion:blocks:documentMetadata:jobStatus:nextToken:statusMessage:warnings:)
Undocumented
Declaration
Swift
public init(analyzeDocumentModelVersion: String? = nil, blocks: [Block]? = nil, documentMetadata: DocumentMetadata? = nil, jobStatus: JobStatus? = nil, nextToken: String? = nil, statusMessage: String? = nil, warnings: [Warning]? = nil)