Class: Aws::Types::RecognizeTextRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:text])

Instance Attribute Summary collapse

Instance Attribute Details

#bot_alias_id ⇒ ::String

Returns the value of attribute bot_alias_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Hash[::String, ::String])


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.

Returns:

  • (::String)


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.

Returns:



247
248
249
# File 'sig/types.rbs', line 247

def session_state
  @session_state
end

#text ⇒ ::String

Returns the value of attribute text.

Returns:

  • (::String)


246
247
248
# File 'sig/types.rbs', line 246

def text
  @text
end