Class: Aws::Types::RecognizeTextRequest
- Inherits:
-
Object
- Object
- Aws::Types::RecognizeTextRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bot_alias_id ⇒ ::String
Returns the value of attribute bot_alias_id.
-
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
-
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
-
#request_attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute request_attributes.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
-
#session_state ⇒ Types::SessionState
Returns the value of attribute session_state.
-
#text ⇒ ::String
Returns the value of attribute text.
Instance Attribute Details
#bot_alias_id ⇒ ::String
Returns the value of attribute bot_alias_id.
243 244 245 |
# File 'sig/types.rbs', line 243 def bot_alias_id @bot_alias_id end |
#bot_id ⇒ ::String
Returns the value of attribute bot_id.
242 243 244 |
# File 'sig/types.rbs', line 242 def bot_id @bot_id end |
#locale_id ⇒ ::String
Returns the value of attribute locale_id.
244 245 246 |
# File 'sig/types.rbs', line 244 def locale_id @locale_id end |
#request_attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute request_attributes.
248 249 250 |
# File 'sig/types.rbs', line 248 def request_attributes @request_attributes end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
245 246 247 |
# File 'sig/types.rbs', line 245 def session_id @session_id end |
#session_state ⇒ Types::SessionState
Returns the value of attribute session_state.
247 248 249 |
# File 'sig/types.rbs', line 247 def session_state @session_state end |
#text ⇒ ::String
Returns the value of attribute text.
246 247 248 |
# File 'sig/types.rbs', line 246 def text @text end |