Class: Aws::Types::TextDetectionResult
- Inherits:
-
Object
- Object
- Aws::Types::TextDetectionResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#text_detection ⇒ Types::TextDetection
Returns the value of attribute text_detection.
-
#timestamp ⇒ ::Integer
Returns the value of attribute timestamp.
Instance Attribute Details
#text_detection ⇒ Types::TextDetection
Returns the value of attribute text_detection.
2033 2034 2035 |
# File 'sig/types.rbs', line 2033 def text_detection @text_detection end |
#timestamp ⇒ ::Integer
Returns the value of attribute timestamp.
2032 2033 2034 |
# File 'sig/types.rbs', line 2032 def @timestamp end |