Class: Aws::Chime::Types::EngineTranscribeMedicalSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::EngineTranscribeMedicalSettings
- 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
-
#content_identification_type ⇒ String
Labels all personally identifiable information (PII) identified in your transcript.
-
#language_code ⇒ String
The language code specified for the Amazon Transcribe Medical engine.
-
#region ⇒ String
The AWS Region passed to Amazon Transcribe Medical.
-
#specialty ⇒ String
The specialty specified for the Amazon Transcribe Medical engine.
-
#type ⇒ String
The type of transcription.
-
#vocabulary_name ⇒ String
The name of the vocabulary passed to Amazon Transcribe Medical.
Instance Attribute Details
#content_identification_type ⇒ String
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`.
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_code ⇒ String
The language code specified for the Amazon Transcribe Medical engine.
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 |
#region ⇒ String
The AWS Region passed to Amazon Transcribe Medical. If you don’t specify a Region, Amazon Chime uses the meeting’s Region.
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 |
#specialty ⇒ String
The specialty specified for the Amazon Transcribe Medical engine.
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 |
#type ⇒ String
The type of transcription.
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_name ⇒ String
The name of the vocabulary passed to Amazon Transcribe Medical.
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 |