Class: Aws::Types::StartTextDetectionRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartTextDetectionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#filters ⇒ Types::StartTextDetectionFilters
Returns the value of attribute filters.
-
#job_tag ⇒ ::String
Returns the value of attribute job_tag.
-
#notification_channel ⇒ Types::NotificationChannel
Returns the value of attribute notification_channel.
-
#video ⇒ Types::Video
Returns the value of attribute video.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
1904 1905 1906 |
# File 'sig/types.rbs', line 1904 def client_request_token @client_request_token end |
#filters ⇒ Types::StartTextDetectionFilters
Returns the value of attribute filters.
1907 1908 1909 |
# File 'sig/types.rbs', line 1907 def filters @filters end |
#job_tag ⇒ ::String
Returns the value of attribute job_tag.
1906 1907 1908 |
# File 'sig/types.rbs', line 1906 def job_tag @job_tag end |
#notification_channel ⇒ Types::NotificationChannel
Returns the value of attribute notification_channel.
1905 1906 1907 |
# File 'sig/types.rbs', line 1905 def notification_channel @notification_channel end |
#video ⇒ Types::Video
Returns the value of attribute video.
1903 1904 1905 |
# File 'sig/types.rbs', line 1903 def video @video end |