Class: Aws::Textract::Types::IdentityDocumentField
- Inherits:
-
Struct
- Object
- Struct
- Aws::Textract::Types::IdentityDocumentField
- Includes:
- Structure
- Defined in:
- 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
-
#type ⇒ Types::AnalyzeIDDetections
Used to contain the information detected by an AnalyzeID operation.
-
#value_detection ⇒ Types::AnalyzeIDDetections
Used to contain the information detected by an AnalyzeID operation.
Instance Attribute Details
#type ⇒ Types::AnalyzeIDDetections
Used to contain the information detected by an AnalyzeID operation.
2005 2006 2007 2008 2009 2010 |
# File 'lib/aws-sdk-textract/types.rb', line 2005 class IdentityDocumentField < Struct.new( :type, :value_detection) SENSITIVE = [] include Aws::Structure end |
#value_detection ⇒ Types::AnalyzeIDDetections
Used to contain the information detected by an AnalyzeID operation.
2005 2006 2007 2008 2009 2010 |
# File 'lib/aws-sdk-textract/types.rb', line 2005 class IdentityDocumentField < Struct.new( :type, :value_detection) SENSITIVE = [] include Aws::Structure end |