Class: Aws::Types::Transcript
- Inherits:
-
Object
- Object
- Aws::Types::Transcript
- 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.
-
#content ⇒ ::String
Returns the value of attribute content.
-
#end_offset_millis ⇒ ::Integer
Returns the value of attribute end_offset_millis.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#issues_detected ⇒ ::Array[Types::IssueDetected]
Returns the value of attribute issues_detected.
-
#participant_id ⇒ ::String
Returns the value of attribute participant_id.
-
#participant_role ⇒ ::String
Returns the value of attribute participant_role.
-
#sentiment ⇒ "POSITIVE", ...
Returns the value of attribute sentiment.
Instance Attribute Details
#begin_offset_millis ⇒ ::Integer
Returns the value of attribute begin_offset_millis.
113 114 115 |
# File 'sig/types.rbs', line 113 def begin_offset_millis @begin_offset_millis end |
#content ⇒ ::String
Returns the value of attribute content.
112 113 114 |
# File 'sig/types.rbs', line 112 def content @content end |
#end_offset_millis ⇒ ::Integer
Returns the value of attribute end_offset_millis.
114 115 116 |
# File 'sig/types.rbs', line 114 def end_offset_millis @end_offset_millis end |
#id ⇒ ::String
Returns the value of attribute id.
109 110 111 |
# File 'sig/types.rbs', line 109 def id @id end |
#issues_detected ⇒ ::Array[Types::IssueDetected]
Returns the value of attribute issues_detected.
116 117 118 |
# File 'sig/types.rbs', line 116 def issues_detected @issues_detected end |
#participant_id ⇒ ::String
Returns the value of attribute participant_id.
110 111 112 |
# File 'sig/types.rbs', line 110 def participant_id @participant_id end |
#participant_role ⇒ ::String
Returns the value of attribute participant_role.
111 112 113 |
# File 'sig/types.rbs', line 111 def participant_role @participant_role end |
#sentiment ⇒ "POSITIVE", ...
Returns the value of attribute sentiment.
115 116 117 |
# File 'sig/types.rbs', line 115 def sentiment @sentiment end |