Class: Aws::Types::ConversationLevelResultDetail
- Inherits:
-
Object
- Object
- Aws::Types::ConversationLevelResultDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_to_end_result ⇒ "Matched", ...
Returns the value of attribute end_to_end_result.
-
#speech_transcription_result ⇒ "Matched", ...
Returns the value of attribute speech_transcription_result.
Instance Attribute Details
#end_to_end_result ⇒ "Matched", ...
Returns the value of attribute end_to_end_result.
701 702 703 |
# File 'sig/types.rbs', line 701 def end_to_end_result @end_to_end_result end |
#speech_transcription_result ⇒ "Matched", ...
Returns the value of attribute speech_transcription_result.
702 703 704 |
# File 'sig/types.rbs', line 702 def speech_transcription_result @speech_transcription_result end |