Class: Aws::Types::Item
- Inherits:
-
Object
- Object
- Aws::Types::Item
- 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.
-
#stable ⇒ Boolean
Returns the value of attribute stable.
-
#start_time ⇒ ::Float
Returns the value of attribute start_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
#confidence ⇒ ::Float
Returns the value of attribute confidence.
141 142 143 |
# File 'sig/types.rbs', line 141 def confidence @confidence end |
#content ⇒ ::String
Returns the value of attribute content.
138 139 140 |
# File 'sig/types.rbs', line 138 def content @content end |
#end_time ⇒ ::Float
Returns the value of attribute end_time.
136 137 138 |
# File 'sig/types.rbs', line 136 def end_time @end_time end |
#speaker ⇒ ::String
Returns the value of attribute speaker.
140 141 142 |
# File 'sig/types.rbs', line 140 def speaker @speaker end |
#stable ⇒ Boolean
Returns the value of attribute stable.
142 143 144 |
# File 'sig/types.rbs', line 142 def stable @stable end |
#start_time ⇒ ::Float
Returns the value of attribute start_time.
135 136 137 |
# File 'sig/types.rbs', line 135 def start_time @start_time end |
#type ⇒ "pronunciation", "punctuation"
Returns the value of attribute type.
137 138 139 |
# File 'sig/types.rbs', line 137 def type @type end |
#vocabulary_filter_match ⇒ Boolean
Returns the value of attribute vocabulary_filter_match.
139 140 141 |
# File 'sig/types.rbs', line 139 def vocabulary_filter_match @vocabulary_filter_match end |