Class: Aws::Textract::Types::IdentityDocument

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb

Overview

The structure that lists each document processed in an AnalyzeID operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#blocksArray<Types::Block>

Individual word recognition, as returned by document detection.

Returns:



1983
1984
1985
1986
1987
1988
1989
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 1983

class IdentityDocument < Struct.new(
  :document_index,
  :identity_document_fields,
  :blocks)
  SENSITIVE = []
  include Aws::Structure
end

#document_indexInteger

Denotes the placement of a document in the IdentityDocument list. The first document is marked 1, the second 2 and so on.

Returns:

  • (Integer)


1983
1984
1985
1986
1987
1988
1989
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 1983

class IdentityDocument < Struct.new(
  :document_index,
  :identity_document_fields,
  :blocks)
  SENSITIVE = []
  include Aws::Structure
end

#identity_document_fieldsArray<Types::IdentityDocumentField>

The structure used to record information extracted from identity documents. Contains both normalized field and value of the extracted text.

Returns:



1983
1984
1985
1986
1987
1988
1989
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 1983

class IdentityDocument < Struct.new(
  :document_index,
  :identity_document_fields,
  :blocks)
  SENSITIVE = []
  include Aws::Structure
end