Class: Aws::Types::MedicalScribeTranscriptItem
- Inherits:
-
Object
- Object
- Aws::Types::MedicalScribeTranscriptItem
- 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.
-
#confidence ⇒ ::Float
Returns the value of attribute confidence.
-
#content ⇒ ::String
Returns the value of attribute content.
-
#end_audio_time ⇒ ::Float
Returns the value of attribute end_audio_time.
-
#type ⇒ "pronunciation", "punctuation"
Returns the value of attribute type.
-
#vocabulary_filter_match ⇒ Boolean
Returns the value of attribute vocabulary_filter_match.
Instance Attribute Details
#begin_audio_time ⇒ ::Float
Returns the value of attribute begin_audio_time.
278 279 280 |
# File 'sig/types.rbs', line 278 def begin_audio_time @begin_audio_time end |
#confidence ⇒ ::Float
Returns the value of attribute confidence.
281 282 283 |
# File 'sig/types.rbs', line 281 def confidence @confidence end |
#content ⇒ ::String
Returns the value of attribute content.
282 283 284 |
# File 'sig/types.rbs', line 282 def content @content end |
#end_audio_time ⇒ ::Float
Returns the value of attribute end_audio_time.
279 280 281 |
# File 'sig/types.rbs', line 279 def end_audio_time @end_audio_time end |
#type ⇒ "pronunciation", "punctuation"
Returns the value of attribute type.
280 281 282 |
# File 'sig/types.rbs', line 280 def type @type end |
#vocabulary_filter_match ⇒ Boolean
Returns the value of attribute vocabulary_filter_match.
283 284 285 |
# File 'sig/types.rbs', line 283 def vocabulary_filter_match @vocabulary_filter_match end |