Class: Aws::Types::MedicalScribeTranscriptSegment

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#begin_audio_time::Float

Returns the value of attribute begin_audio_time.

Returns:

  • (::Float)


289
290
291
# File 'sig/types.rbs', line 289

def begin_audio_time
  @begin_audio_time
end

#channel_id::String

Returns the value of attribute channel_id.

Returns:

  • (::String)


294
295
296
# File 'sig/types.rbs', line 294

def channel_id
  @channel_id
end

#content::String

Returns the value of attribute content.

Returns:

  • (::String)


291
292
293
# File 'sig/types.rbs', line 291

def content
  @content
end

#end_audio_time::Float

Returns the value of attribute end_audio_time.

Returns:

  • (::Float)


290
291
292
# File 'sig/types.rbs', line 290

def end_audio_time
  @end_audio_time
end

#is_partialBoolean

Returns the value of attribute is_partial.

Returns:

  • (Boolean)


293
294
295
# File 'sig/types.rbs', line 293

def is_partial
  @is_partial
end

#items::Array[Types::MedicalScribeTranscriptItem]

Returns the value of attribute items.



292
293
294
# File 'sig/types.rbs', line 292

def items
  @items
end

#segment_id::String

Returns the value of attribute segment_id.

Returns:

  • (::String)


288
289
290
# File 'sig/types.rbs', line 288

def segment_id
  @segment_id
end