Class: Aws::Types::CallAnalyticsItem
- Inherits:
-
Object
- Object
- Aws::Types::CallAnalyticsItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#begin_offset_millis ⇒ ::Integer
Returns the value of attribute begin_offset_millis.
-
#confidence ⇒ ::Float
Returns the value of attribute confidence.
-
#content ⇒ ::String
Returns the value of attribute content.
-
#end_offset_millis ⇒ ::Integer
Returns the value of attribute end_offset_millis.
-
#stable ⇒ Boolean
Returns the value of attribute stable.
-
#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_offset_millis ⇒ ::Integer
Returns the value of attribute begin_offset_millis.
41 42 43 |
# File 'sig/types.rbs', line 41 def begin_offset_millis @begin_offset_millis end |
#confidence ⇒ ::Float
Returns the value of attribute confidence.
45 46 47 |
# File 'sig/types.rbs', line 45 def confidence @confidence end |
#content ⇒ ::String
Returns the value of attribute content.
44 45 46 |
# File 'sig/types.rbs', line 44 def content @content end |
#end_offset_millis ⇒ ::Integer
Returns the value of attribute end_offset_millis.
42 43 44 |
# File 'sig/types.rbs', line 42 def end_offset_millis @end_offset_millis end |
#stable ⇒ Boolean
Returns the value of attribute stable.
47 48 49 |
# File 'sig/types.rbs', line 47 def stable @stable end |
#type ⇒ "pronunciation", "punctuation"
Returns the value of attribute type.
43 44 45 |
# File 'sig/types.rbs', line 43 def type @type end |
#vocabulary_filter_match ⇒ Boolean
Returns the value of attribute vocabulary_filter_match.
46 47 48 |
# File 'sig/types.rbs', line 46 def vocabulary_filter_match @vocabulary_filter_match end |