Class: Aws::Types::RecognizeTextResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#interpretations ⇒ ::Array[Types::Interpretation]

Returns the value of attribute interpretations.

Returns:



255
256
257
# File 'sig/types.rbs', line 255

def interpretations
  @interpretations
end

#messages ⇒ ::Array[Types::Message]

Returns the value of attribute messages.

Returns:



253
254
255
# File 'sig/types.rbs', line 253

def messages
  @messages
end

#recognized_bot_member ⇒ Types::RecognizedBotMember

Returns the value of attribute recognized_bot_member.



258
259
260
# File 'sig/types.rbs', line 258

def recognized_bot_member
  @recognized_bot_member
end

#request_attributes ⇒ ::Hash[::String, ::String]

Returns the value of attribute request_attributes.

Returns:

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


256
257
258
# File 'sig/types.rbs', line 256

def request_attributes
  @request_attributes
end

#session_id ⇒ ::String

Returns the value of attribute session_id.

Returns:

  • (::String)


257
258
259
# File 'sig/types.rbs', line 257

def session_id
  @session_id
end

#session_state ⇒ Types::SessionState

Returns the value of attribute session_state.

Returns:



254
255
256
# File 'sig/types.rbs', line 254

def session_state
  @session_state
end