Class: Aws::Types::ExpenseDetection
- Inherits:
-
Object
- Object
- Aws::Types::ExpenseDetection
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#confidence ⇒ ::Float
Returns the value of attribute confidence.
-
#geometry ⇒ Types::Geometry
Returns the value of attribute geometry.
-
#text ⇒ ::String
Returns the value of attribute text.
Instance Attribute Details
#confidence ⇒ ::Float
Returns the value of attribute confidence.
244 245 246 |
# File 'sig/types.rbs', line 244 def confidence @confidence end |
#geometry ⇒ Types::Geometry
Returns the value of attribute geometry.
243 244 245 |
# File 'sig/types.rbs', line 243 def geometry @geometry end |
#text ⇒ ::String
Returns the value of attribute text.
242 243 244 |
# File 'sig/types.rbs', line 242 def text @text end |