Class: Aws::Chime::Types::EngineTranscribeMedicalSettings

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chime/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)

3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
# File 'lib/aws-sdk-chime/types.rb', line 3543

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)

3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
# File 'lib/aws-sdk-chime/types.rb', line 3543

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

#regionString

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

Returns:

  • (String)

3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
# File 'lib/aws-sdk-chime/types.rb', line 3543

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)

3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
# File 'lib/aws-sdk-chime/types.rb', line 3543

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)

3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
# File 'lib/aws-sdk-chime/types.rb', line 3543

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)

3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
# File 'lib/aws-sdk-chime/types.rb', line 3543

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