Class: Aws::Types::LendingDetection
- Inherits:
-
Object
- Object
- Aws::Types::LendingDetection
- 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.
-
#selection_status ⇒ "SELECTED", "NOT_SELECTED"
Returns the value of attribute selection_status.
-
#text ⇒ ::String
Returns the value of attribute text.
Instance Attribute Details
#confidence ⇒ ::Float
Returns the value of attribute confidence.
477 478 479 |
# File 'sig/types.rbs', line 477 def confidence @confidence end |
#geometry ⇒ Types::Geometry
Returns the value of attribute geometry.
476 477 478 |
# File 'sig/types.rbs', line 476 def geometry @geometry end |
#selection_status ⇒ "SELECTED", "NOT_SELECTED"
Returns the value of attribute selection_status.
475 476 477 |
# File 'sig/types.rbs', line 475 def selection_status @selection_status end |
#text ⇒ ::String
Returns the value of attribute text.
474 475 476 |
# File 'sig/types.rbs', line 474 def text @text end |