Class: Aws::Types::DetectTextResponse
- Inherits:
-
Object
- Object
- Aws::Types::DetectTextResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#text_detections ⇒ ::Array[Types::TextDetection]
Returns the value of attribute text_detections.
-
#text_model_version ⇒ ::String
Returns the value of attribute text_model_version.
Instance Attribute Details
#text_detections ⇒ ::Array[Types::TextDetection]
Returns the value of attribute text_detections.
662 663 664 |
# File 'sig/types.rbs', line 662 def text_detections @text_detections end |
#text_model_version ⇒ ::String
Returns the value of attribute text_model_version.
663 664 665 |
# File 'sig/types.rbs', line 663 def text_model_version @text_model_version end |