Class: Aws::Types::MedicalScribeTranscriptSegment
- Inherits:
-
Object
- Object
- Aws::Types::MedicalScribeTranscriptSegment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#audio_begin_offset ⇒ ::Float
Returns the value of attribute audio_begin_offset.
-
#audio_end_offset ⇒ ::Float
Returns the value of attribute audio_end_offset.
-
#channel_id ⇒ ::String
Returns the value of attribute channel_id.
-
#content ⇒ ::String
Returns the value of attribute content.
-
#is_partial ⇒ Boolean
Returns the value of attribute is_partial.
-
#segment_id ⇒ ::String
Returns the value of attribute segment_id.
Instance Attribute Details
#audio_begin_offset ⇒ ::Float
Returns the value of attribute audio_begin_offset.
368 369 370 |
# File 'sig/types.rbs', line 368 def audio_begin_offset @audio_begin_offset end |
#audio_end_offset ⇒ ::Float
Returns the value of attribute audio_end_offset.
369 370 371 |
# File 'sig/types.rbs', line 369 def audio_end_offset @audio_end_offset end |
#channel_id ⇒ ::String
Returns the value of attribute channel_id.
371 372 373 |
# File 'sig/types.rbs', line 371 def channel_id @channel_id end |
#content ⇒ ::String
Returns the value of attribute content.
372 373 374 |
# File 'sig/types.rbs', line 372 def content @content end |
#is_partial ⇒ Boolean
Returns the value of attribute is_partial.
370 371 372 |
# File 'sig/types.rbs', line 370 def is_partial @is_partial end |
#segment_id ⇒ ::String
Returns the value of attribute segment_id.
367 368 369 |
# File 'sig/types.rbs', line 367 def segment_id @segment_id end |