Class: Aws::Types::EvaluationTranscriptPointOfInterest
- Inherits:
-
Object
- Object
- Aws::Types::EvaluationTranscriptPointOfInterest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#millisecond_offsets ⇒ Types::EvaluationSuggestedAnswerTranscriptMillisecondOffsets
Returns the value of attribute millisecond_offsets.
-
#transcript_segment ⇒ ::String
Returns the value of attribute transcript_segment.
Instance Attribute Details
#millisecond_offsets ⇒ Types::EvaluationSuggestedAnswerTranscriptMillisecondOffsets
Returns the value of attribute millisecond_offsets.
3852 3853 3854 |
# File 'sig/types.rbs', line 3852 def millisecond_offsets @millisecond_offsets end |
#transcript_segment ⇒ ::String
Returns the value of attribute transcript_segment.
3853 3854 3855 |
# File 'sig/types.rbs', line 3853 def transcript_segment @transcript_segment end |