Class: Aws::Types::MedicalScribeTranscriptItem

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)


278
279
280
# File 'sig/types.rbs', line 278

def begin_audio_time
  @begin_audio_time
end

#confidence::Float

Returns the value of attribute confidence.

Returns:

  • (::Float)


281
282
283
# File 'sig/types.rbs', line 281

def confidence
  @confidence
end

#content::String

Returns the value of attribute content.

Returns:

  • (::String)


282
283
284
# File 'sig/types.rbs', line 282

def content
  @content
end

#end_audio_time::Float

Returns the value of attribute end_audio_time.

Returns:

  • (::Float)


279
280
281
# File 'sig/types.rbs', line 279

def end_audio_time
  @end_audio_time
end

#type"pronunciation", "punctuation"

Returns the value of attribute type.

Returns:

  • ("pronunciation", "punctuation")


280
281
282
# File 'sig/types.rbs', line 280

def type
  @type
end

#vocabulary_filter_matchBoolean

Returns the value of attribute vocabulary_filter_match.

Returns:

  • (Boolean)


283
284
285
# File 'sig/types.rbs', line 283

def vocabulary_filter_match
  @vocabulary_filter_match
end