Class: Aws::ChimeSDKMeetings::Types::EngineTranscribeMedicalSettings

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chimesdkmeetings/lib/aws-sdk-chimesdkmeetings/types.rb

Overview

Settings specific to the Amazon Transcribe Medical engine.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#content_identification_typeString

Set this field to PHI to identify personal health information in the transcription output.

Returns:

  • (String)


772
773
774
775
776
777
778
779
780
781
# File 'gems/aws-sdk-chimesdkmeetings/lib/aws-sdk-chimesdkmeetings/types.rb', line 772

class EngineTranscribeMedicalSettings < Struct.new(
  :language_code,
  :specialty,
  :type,
  :vocabulary_name,
  :region,
  :content_identification_type)
  SENSITIVE = []
  include Aws::Structure
end

#language_codeString

The language code specified for the Amazon Transcribe Medical engine.

Returns:

  • (String)


772
773
774
775
776
777
778
779
780
781
# File 'gems/aws-sdk-chimesdkmeetings/lib/aws-sdk-chimesdkmeetings/types.rb', line 772

class EngineTranscribeMedicalSettings < Struct.new(
  :language_code,
  :specialty,
  :type,
  :vocabulary_name,
  :region,
  :content_identification_type)
  SENSITIVE = []
  include Aws::Structure
end

#regionString

The Amazon Web Services Region passed to Amazon Transcribe Medical. If you don't specify a Region, Amazon Chime uses the meeting's Region.

Returns:

  • (String)


772
773
774
775
776
777
778
779
780
781
# File 'gems/aws-sdk-chimesdkmeetings/lib/aws-sdk-chimesdkmeetings/types.rb', line 772

class EngineTranscribeMedicalSettings < Struct.new(
  :language_code,
  :specialty,
  :type,
  :vocabulary_name,
  :region,
  :content_identification_type)
  SENSITIVE = []
  include Aws::Structure
end

#specialtyString

The specialty specified for the Amazon Transcribe Medical engine.

Returns:

  • (String)


772
773
774
775
776
777
778
779
780
781
# File 'gems/aws-sdk-chimesdkmeetings/lib/aws-sdk-chimesdkmeetings/types.rb', line 772

class EngineTranscribeMedicalSettings < Struct.new(
  :language_code,
  :specialty,
  :type,
  :vocabulary_name,
  :region,
  :content_identification_type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of transcription.

Returns:

  • (String)


772
773
774
775
776
777
778
779
780
781
# File 'gems/aws-sdk-chimesdkmeetings/lib/aws-sdk-chimesdkmeetings/types.rb', line 772

class EngineTranscribeMedicalSettings < Struct.new(
  :language_code,
  :specialty,
  :type,
  :vocabulary_name,
  :region,
  :content_identification_type)
  SENSITIVE = []
  include Aws::Structure
end

#vocabulary_nameString

The name of the vocabulary passed to Amazon Transcribe Medical.

Returns:

  • (String)


772
773
774
775
776
777
778
779
780
781
# File 'gems/aws-sdk-chimesdkmeetings/lib/aws-sdk-chimesdkmeetings/types.rb', line 772

class EngineTranscribeMedicalSettings < Struct.new(
  :language_code,
  :specialty,
  :type,
  :vocabulary_name,
  :region,
  :content_identification_type)
  SENSITIVE = []
  include Aws::Structure
end