Class: Aws::Textract::Types::ExpenseType
- Inherits:
-
Struct
- Object
- Struct
- Aws::Textract::Types::ExpenseType
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-textract/types.rb
Overview
An object used to store information about the Type detected by Amazon Textract.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#confidence ⇒ Float
The confidence of accuracy, as a percentage.
-
#text ⇒ String
The word or line of text detected by Amazon Textract.
Instance Attribute Details
#confidence ⇒ Float
The confidence of accuracy, as a percentage.
1270 1271 1272 1273 1274 1275 |
# File 'lib/aws-sdk-textract/types.rb', line 1270 class ExpenseType < Struct.new( :text, :confidence) SENSITIVE = [] include Aws::Structure end |
#text ⇒ String
The word or line of text detected by Amazon Textract.
1270 1271 1272 1273 1274 1275 |
# File 'lib/aws-sdk-textract/types.rb', line 1270 class ExpenseType < Struct.new( :text, :confidence) SENSITIVE = [] include Aws::Structure end |