DetectDocumentTextRequest

public struct DetectDocumentTextRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The input document as base64-encoded bytes or an Amazon S3 object. If you use the AWS CLI to call Amazon Textract operations, you can’t pass image bytes. The document must be an image in JPEG or PNG format. If you’re using an AWS SDK to call Amazon Textract, you might not need to base64-encode image bytes that are passed using the Bytes field.

    Declaration

    Swift

    public let document: Document
  • Undocumented

    Declaration

    Swift

    public init(document: Document)
  • Declaration

    Swift

    public func validate(name: String) throws