Class: Aws::Types::MedicalTranscriptionSetting

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#channel_identificationBoolean

Returns the value of attribute channel_identification.

Returns:

  • (Boolean)


675
676
677
# File 'sig/types.rbs', line 675

def channel_identification
  @channel_identification
end

#max_alternatives::Integer

Returns the value of attribute max_alternatives.

Returns:

  • (::Integer)


677
678
679
# File 'sig/types.rbs', line 677

def max_alternatives
  @max_alternatives
end

#max_speaker_labels::Integer

Returns the value of attribute max_speaker_labels.

Returns:

  • (::Integer)


674
675
676
# File 'sig/types.rbs', line 674

def max_speaker_labels
  @max_speaker_labels
end

#show_alternativesBoolean

Returns the value of attribute show_alternatives.

Returns:

  • (Boolean)


676
677
678
# File 'sig/types.rbs', line 676

def show_alternatives
  @show_alternatives
end

#show_speaker_labelsBoolean

Returns the value of attribute show_speaker_labels.

Returns:

  • (Boolean)


673
674
675
# File 'sig/types.rbs', line 673

def show_speaker_labels
  @show_speaker_labels
end

#vocabulary_name::String

Returns the value of attribute vocabulary_name.

Returns:

  • (::String)


678
679
680
# File 'sig/types.rbs', line 678

def vocabulary_name
  @vocabulary_name
end