Class: Aws::Types::Transcript

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#begin_offset_millis::Integer

Returns the value of attribute begin_offset_millis.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


111
112
113
# File 'sig/types.rbs', line 111

def participant_role
  @participant_role
end

#sentiment"POSITIVE", ...

Returns the value of attribute sentiment.

Returns:

  • ("POSITIVE", "NEUTRAL", "NEGATIVE")


115
116
117
# File 'sig/types.rbs', line 115

def sentiment
  @sentiment
end