Class: Aws::Types::TextDetection
- Inherits:
-
Object
- Object
- Aws::Types::TextDetection
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#confidence ⇒ ::Float
Returns the value of attribute confidence.
-
#detected_text ⇒ ::String
Returns the value of attribute detected_text.
-
#geometry ⇒ Types::Geometry
Returns the value of attribute geometry.
-
#id ⇒ ::Integer
Returns the value of attribute id.
-
#parent_id ⇒ ::Integer
Returns the value of attribute parent_id.
-
#type ⇒ "LINE", "WORD"
Returns the value of attribute type.
Instance Attribute Details
#confidence ⇒ ::Float
Returns the value of attribute confidence.
2026 2027 2028 |
# File 'sig/types.rbs', line 2026 def confidence @confidence end |
#detected_text ⇒ ::String
Returns the value of attribute detected_text.
2022 2023 2024 |
# File 'sig/types.rbs', line 2022 def detected_text @detected_text end |
#geometry ⇒ Types::Geometry
Returns the value of attribute geometry.
2027 2028 2029 |
# File 'sig/types.rbs', line 2027 def geometry @geometry end |
#id ⇒ ::Integer
Returns the value of attribute id.
2024 2025 2026 |
# File 'sig/types.rbs', line 2024 def id @id end |
#parent_id ⇒ ::Integer
Returns the value of attribute parent_id.
2025 2026 2027 |
# File 'sig/types.rbs', line 2025 def parent_id @parent_id end |
#type ⇒ "LINE", "WORD"
Returns the value of attribute type.
2023 2024 2025 |
# File 'sig/types.rbs', line 2023 def type @type end |