Class: Aws::Textract::Types::AnalyzeIDResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#analyze_id_model_versionString

The version of the AnalyzeIdentity API being used to process documents.

Returns:

  • (String)


377
378
379
380
381
382
383
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 377

class AnalyzeIDResponse < Struct.new(
  :identity_documents,
  :document_metadata,
  :analyze_id_model_version)
  SENSITIVE = []
  include Aws::Structure
end

#document_metadataTypes::DocumentMetadata

Information about the input document.



377
378
379
380
381
382
383
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 377

class AnalyzeIDResponse < Struct.new(
  :identity_documents,
  :document_metadata,
  :analyze_id_model_version)
  SENSITIVE = []
  include Aws::Structure
end

#identity_documentsArray<Types::IdentityDocument>

The list of documents processed by AnalyzeID. Includes a number denoting their place in the list and the response structure for the document.

Returns:



377
378
379
380
381
382
383
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 377

class AnalyzeIDResponse < Struct.new(
  :identity_documents,
  :document_metadata,
  :analyze_id_model_version)
  SENSITIVE = []
  include Aws::Structure
end