Class: Aws::Types::CallAnalyticsEntity
- Inherits:
-
Object
- Object
- Aws::Types::CallAnalyticsEntity
- 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.
-
#category ⇒ ::String
Returns the value of attribute category.
-
#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.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#begin_offset_millis ⇒ ::Integer
Returns the value of attribute begin_offset_millis.
31 32 33 |
# File 'sig/types.rbs', line 31 def begin_offset_millis @begin_offset_millis end |
#category ⇒ ::String
Returns the value of attribute category.
33 34 35 |
# File 'sig/types.rbs', line 33 def category @category end |
#confidence ⇒ ::Float
Returns the value of attribute confidence.
36 37 38 |
# File 'sig/types.rbs', line 36 def confidence @confidence end |
#content ⇒ ::String
Returns the value of attribute content.
35 36 37 |
# File 'sig/types.rbs', line 35 def content @content end |
#end_offset_millis ⇒ ::Integer
Returns the value of attribute end_offset_millis.
32 33 34 |
# File 'sig/types.rbs', line 32 def end_offset_millis @end_offset_millis end |
#type ⇒ ::String
Returns the value of attribute type.
34 35 36 |
# File 'sig/types.rbs', line 34 def type @type end |