Class: Aws::Types::MedicalScribeSettings

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)


624
625
626
# File 'sig/types.rbs', line 624

def channel_identification
  @channel_identification
end

#clinical_note_generation_settingsTypes::ClinicalNoteGenerationSettings

Returns the value of attribute clinical_note_generation_settings.



628
629
630
# File 'sig/types.rbs', line 628

def clinical_note_generation_settings
  @clinical_note_generation_settings
end

#max_speaker_labels::Integer

Returns the value of attribute max_speaker_labels.

Returns:

  • (::Integer)


623
624
625
# File 'sig/types.rbs', line 623

def max_speaker_labels
  @max_speaker_labels
end

#show_speaker_labelsBoolean

Returns the value of attribute show_speaker_labels.

Returns:

  • (Boolean)


622
623
624
# File 'sig/types.rbs', line 622

def show_speaker_labels
  @show_speaker_labels
end

#vocabulary_filter_method"remove", ...

Returns the value of attribute vocabulary_filter_method.

Returns:

  • ("remove", "mask", "tag")


627
628
629
# File 'sig/types.rbs', line 627

def vocabulary_filter_method
  @vocabulary_filter_method
end

#vocabulary_filter_name::String

Returns the value of attribute vocabulary_filter_name.

Returns:

  • (::String)


626
627
628
# File 'sig/types.rbs', line 626

def vocabulary_filter_name
  @vocabulary_filter_name
end

#vocabulary_name::String

Returns the value of attribute vocabulary_name.

Returns:

  • (::String)


625
626
627
# File 'sig/types.rbs', line 625

def vocabulary_name
  @vocabulary_name
end