Class: Aws::Textract::Types::ExpenseType

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-textract/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

Instance Attribute Details

#confidenceFloat

The confidence of accuracy, as a percentage.

Returns:

  • (Float)


1270
1271
1272
1273
1274
1275
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 1270

class ExpenseType < Struct.new(
  :text,
  :confidence)
  SENSITIVE = []
  include Aws::Structure
end

#textString

The word or line of text detected by Amazon Textract.

Returns:

  • (String)


1270
1271
1272
1273
1274
1275
# File 'gems/aws-sdk-textract/lib/aws-sdk-textract/types.rb', line 1270

class ExpenseType < Struct.new(
  :text,
  :confidence)
  SENSITIVE = []
  include Aws::Structure
end