GetDocumentTextDetectionResponse

public struct GetDocumentTextDetectionResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The results of the text-detection operation.

    Declaration

    Swift

    public let blocks: [Block]?
  • Undocumented

    Declaration

    Swift

    public let detectDocumentTextModelVersion: String?
  • 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 text-detection operation for the document.

    Declaration

    Swift

    public let statusMessage: String?
  • A list of warnings that occurred during the text-detection operation for the document.

    Declaration

    Swift

    public let warnings: [Warning]?
  • Undocumented

    Declaration

    Swift

    public init(blocks: [Block]? = nil, detectDocumentTextModelVersion: String? = nil, documentMetadata: DocumentMetadata? = nil, jobStatus: JobStatus? = nil, nextToken: String? = nil, statusMessage: String? = nil, warnings: [Warning]? = nil)