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

#audio_begin_offset::Float

Returns the value of attribute audio_begin_offset.

Returns:

  • (::Float)


368
369
370
# File 'sig/types.rbs', line 368

def audio_begin_offset
  @audio_begin_offset
end

#audio_end_offset::Float

Returns the value of attribute audio_end_offset.

Returns:

  • (::Float)


369
370
371
# File 'sig/types.rbs', line 369

def audio_end_offset
  @audio_end_offset
end

#channel_id::String

Returns the value of attribute channel_id.

Returns:

  • (::String)


371
372
373
# File 'sig/types.rbs', line 371

def channel_id
  @channel_id
end

#content::String

Returns the value of attribute content.

Returns:

  • (::String)


372
373
374
# File 'sig/types.rbs', line 372

def content
  @content
end

#is_partialBoolean

Returns the value of attribute is_partial.

Returns:

  • (Boolean)


370
371
372
# File 'sig/types.rbs', line 370

def is_partial
  @is_partial
end

#segment_id::String

Returns the value of attribute segment_id.

Returns:

  • (::String)


367
368
369
# File 'sig/types.rbs', line 367

def segment_id
  @segment_id
end