Class: Aws::Types::GetTextDetectionResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetTextDetectionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#job_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute job_status.
-
#job_tag ⇒ ::String
Returns the value of attribute job_tag.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#text_detections ⇒ ::Array[Types::TextDetectionResult]
Returns the value of attribute text_detections.
-
#text_model_version ⇒ ::String
Returns the value of attribute text_model_version.
-
#video ⇒ Types::Video
Returns the value of attribute video.
-
#video_metadata ⇒ Types::VideoMetadata
Returns the value of attribute video_metadata.
Instance Attribute Details
#job_id ⇒ ::String
Returns the value of attribute job_id.
1059 1060 1061 |
# File 'sig/types.rbs', line 1059 def job_id @job_id end |
#job_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute job_status.
1053 1054 1055 |
# File 'sig/types.rbs', line 1053 def job_status @job_status end |
#job_tag ⇒ ::String
Returns the value of attribute job_tag.
1061 1062 1063 |
# File 'sig/types.rbs', line 1061 def job_tag @job_tag end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1057 1058 1059 |
# File 'sig/types.rbs', line 1057 def next_token @next_token end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
1054 1055 1056 |
# File 'sig/types.rbs', line 1054 def @status_message end |
#text_detections ⇒ ::Array[Types::TextDetectionResult]
Returns the value of attribute text_detections.
1056 1057 1058 |
# File 'sig/types.rbs', line 1056 def text_detections @text_detections end |
#text_model_version ⇒ ::String
Returns the value of attribute text_model_version.
1058 1059 1060 |
# File 'sig/types.rbs', line 1058 def text_model_version @text_model_version end |
#video ⇒ Types::Video
Returns the value of attribute video.
1060 1061 1062 |
# File 'sig/types.rbs', line 1060 def video @video end |
#video_metadata ⇒ Types::VideoMetadata
Returns the value of attribute video_metadata.
1055 1056 1057 |
# File 'sig/types.rbs', line 1055 def @video_metadata end |