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

Labels all personally identifiable information (PII) identified in your transcript. If you don’t include ‘PiiEntityTypes`, all PII is identified.

You can’t set ‘ContentIdentificationType` and `ContentRedactionType`.

Returns:

  • (String)


3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
# File 'lib/aws-sdk-chime/types.rb', line 3549

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)


3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
# File 'lib/aws-sdk-chime/types.rb', line 3549

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)


3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
# File 'lib/aws-sdk-chime/types.rb', line 3549

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)


3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
# File 'lib/aws-sdk-chime/types.rb', line 3549

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)


3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
# File 'lib/aws-sdk-chime/types.rb', line 3549

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)


3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
# File 'lib/aws-sdk-chime/types.rb', line 3549

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