Module: Aws::Rekognition::Client::_GetTextDetectionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetTextDetectionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #job_id ⇒ ::String
- #job_status ⇒ "IN_PROGRESS", ...
- #job_tag ⇒ ::String
- #next_token ⇒ ::String
- #status_message ⇒ ::String
- #text_detections ⇒ ::Array[Types::TextDetectionResult]
- #text_model_version ⇒ ::String
- #video ⇒ Types::Video
- #video_metadata ⇒ Types::VideoMetadata
Instance Method Details
#job_id ⇒ ::String
799 |
# File 'sig/client.rbs', line 799 def job_id: () -> ::String |
#job_status ⇒ "IN_PROGRESS", ...
793 |
# File 'sig/client.rbs', line 793 def job_status: () -> ("IN_PROGRESS" | "SUCCEEDED" | "FAILED") |
#job_tag ⇒ ::String
801 |
# File 'sig/client.rbs', line 801 def job_tag: () -> ::String |
#next_token ⇒ ::String
797 |
# File 'sig/client.rbs', line 797 def next_token: () -> ::String |
#status_message ⇒ ::String
794 |
# File 'sig/client.rbs', line 794 def status_message: () -> ::String |
#text_detections ⇒ ::Array[Types::TextDetectionResult]
796 |
# File 'sig/client.rbs', line 796 def text_detections: () -> ::Array[Types::TextDetectionResult] |
#text_model_version ⇒ ::String
798 |
# File 'sig/client.rbs', line 798 def text_model_version: () -> ::String |
#video_metadata ⇒ Types::VideoMetadata
795 |
# File 'sig/client.rbs', line 795 def video_metadata: () -> Types::VideoMetadata |