Class: Aws::Types::MedicalItem
- Inherits:
-
Object
- Object
- Aws::Types::MedicalItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#confidence ⇒ ::Float
Returns the value of attribute confidence.
-
#content ⇒ ::String
Returns the value of attribute content.
-
#end_time ⇒ ::Float
Returns the value of attribute end_time.
-
#speaker ⇒ ::String
Returns the value of attribute speaker.
-
#start_time ⇒ ::Float
Returns the value of attribute start_time.
-
#type ⇒ "pronunciation", "punctuation"
Returns the value of attribute type.
Instance Attribute Details
#confidence ⇒ ::Float
Returns the value of attribute confidence.
179 180 181 |
# File 'sig/types.rbs', line 179 def confidence @confidence end |
#content ⇒ ::String
Returns the value of attribute content.
178 179 180 |
# File 'sig/types.rbs', line 178 def content @content end |
#end_time ⇒ ::Float
Returns the value of attribute end_time.
176 177 178 |
# File 'sig/types.rbs', line 176 def end_time @end_time end |
#speaker ⇒ ::String
Returns the value of attribute speaker.
180 181 182 |
# File 'sig/types.rbs', line 180 def speaker @speaker end |
#start_time ⇒ ::Float
Returns the value of attribute start_time.
175 176 177 |
# File 'sig/types.rbs', line 175 def start_time @start_time end |
#type ⇒ "pronunciation", "punctuation"
Returns the value of attribute type.
177 178 179 |
# File 'sig/types.rbs', line 177 def type @type end |