Class: Aws::Textract::Types::IdentityDocumentField

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

Overview

Structure containing both the normalized type of the extracted information and the text associated with it. These are extracted as Type and Value respectively.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#typeTypes::AnalyzeIDDetections

Used to contain the information detected by an AnalyzeID operation.



2005
2006
2007
2008
2009
2010
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 2005

class IdentityDocumentField < Struct.new(
  :type,
  :value_detection)
  SENSITIVE = []
  include Aws::Structure
end

#value_detectionTypes::AnalyzeIDDetections

Used to contain the information detected by an AnalyzeID operation.



2005
2006
2007
2008
2009
2010
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 2005

class IdentityDocumentField < Struct.new(
  :type,
  :value_detection)
  SENSITIVE = []
  include Aws::Structure
end