Class: Aws::Types::MedicalScribeTranscriptSegment
- Inherits:
-
Object
- Object
- Aws::Types::MedicalScribeTranscriptSegment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#begin_audio_time ⇒ ::Float
Returns the value of attribute begin_audio_time.
-
#channel_id ⇒ ::String
Returns the value of attribute channel_id.
-
#content ⇒ ::String
Returns the value of attribute content.
-
#end_audio_time ⇒ ::Float
Returns the value of attribute end_audio_time.
-
#is_partial ⇒ Boolean
Returns the value of attribute is_partial.
-
#items ⇒ ::Array[Types::MedicalScribeTranscriptItem]
Returns the value of attribute items.
-
#segment_id ⇒ ::String
Returns the value of attribute segment_id.
Instance Attribute Details
#begin_audio_time ⇒ ::Float
Returns the value of attribute begin_audio_time.
289 290 291 |
# File 'sig/types.rbs', line 289 def begin_audio_time @begin_audio_time end |
#channel_id ⇒ ::String
Returns the value of attribute channel_id.
294 295 296 |
# File 'sig/types.rbs', line 294 def channel_id @channel_id end |
#content ⇒ ::String
Returns the value of attribute content.
291 292 293 |
# File 'sig/types.rbs', line 291 def content @content end |
#end_audio_time ⇒ ::Float
Returns the value of attribute end_audio_time.
290 291 292 |
# File 'sig/types.rbs', line 290 def end_audio_time @end_audio_time end |
#is_partial ⇒ Boolean
Returns the value of attribute is_partial.
293 294 295 |
# File 'sig/types.rbs', line 293 def is_partial @is_partial end |
#items ⇒ ::Array[Types::MedicalScribeTranscriptItem]
Returns the value of attribute items.
292 293 294 |
# File 'sig/types.rbs', line 292 def items @items end |
#segment_id ⇒ ::String
Returns the value of attribute segment_id.
288 289 290 |
# File 'sig/types.rbs', line 288 def segment_id @segment_id end |