Struct aws_sdk_chime::model::EngineTranscribeSettings[][src]

#[non_exhaustive]
pub struct EngineTranscribeSettings { pub language_code: Option<TranscribeLanguageCode>, pub vocabulary_filter_method: Option<TranscribeVocabularyFilterMethod>, pub vocabulary_filter_name: Option<String>, pub vocabulary_name: Option<String>, pub region: Option<TranscribeRegion>, pub enable_partial_results_stabilization: Option<bool>, pub partial_results_stability: Option<TranscribePartialResultsStability>, pub content_identification_type: Option<TranscribeContentIdentificationType>, pub content_redaction_type: Option<TranscribeContentRedactionType>, pub pii_entity_types: Option<String>, pub language_model_name: Option<String>, }
Expand description

Settings specific to the Amazon Transcribe engine.

Fields (Non-exhaustive)

This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.
language_code: Option<TranscribeLanguageCode>

The language code specified for the Amazon Transcribe engine.

vocabulary_filter_method: Option<TranscribeVocabularyFilterMethod>

The filtering method passed to Amazon Transcribe.

vocabulary_filter_name: Option<String>

The name of the vocabulary filter passed to Amazon Transcribe.

vocabulary_name: Option<String>

The name of the vocabulary passed to Amazon Transcribe.

region: Option<TranscribeRegion>

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

enable_partial_results_stabilization: Option<bool>

Generates partial transcription results that are less likely to change as meeting attendees speak. It does so by only allowing the last few words from the partial results to change.

partial_results_stability: Option<TranscribePartialResultsStability>

The stabity level of a partial results transcription. Determines how stable you want the transcription results to be. A higher level means the transcription results are less likely to change.

content_identification_type: Option<TranscribeContentIdentificationType>

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

content_redaction_type: Option<TranscribeContentRedactionType>

Set this field to PII to redact personally identifiable information in the transcription output. Content redaction is performed only upon complete transcription of the audio segments.

pii_entity_types: Option<String>

Lists the PII entity types you want to identify or redact. To specify entity types, you must enable ContentIdentificationType or ContentRedactionType.

PIIEntityTypes must be comma-separated. The available values are: BANK_ACCOUNT_NUMBER, BANK_ROUTING, CREDIT_DEBIT_NUMBER, CREDIT_DEBIT_CVV, CREDIT_DEBIT_EXPIRY, PIN, EMAIL, ADDRESS, NAME, PHONE, SSN, and ALL.

PiiEntityTypes is an optional parameter with a default value of ALL.

language_model_name: Option<String>

The name of the language model used during transcription.

Implementations

The language code specified for the Amazon Transcribe engine.

The filtering method passed to Amazon Transcribe.

The name of the vocabulary filter passed to Amazon Transcribe.

The name of the vocabulary passed to Amazon Transcribe.

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

Generates partial transcription results that are less likely to change as meeting attendees speak. It does so by only allowing the last few words from the partial results to change.

The stabity level of a partial results transcription. Determines how stable you want the transcription results to be. A higher level means the transcription results are less likely to change.

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

Set this field to PII to redact personally identifiable information in the transcription output. Content redaction is performed only upon complete transcription of the audio segments.

Lists the PII entity types you want to identify or redact. To specify entity types, you must enable ContentIdentificationType or ContentRedactionType.

PIIEntityTypes must be comma-separated. The available values are: BANK_ACCOUNT_NUMBER, BANK_ROUTING, CREDIT_DEBIT_NUMBER, CREDIT_DEBIT_CVV, CREDIT_DEBIT_EXPIRY, PIN, EMAIL, ADDRESS, NAME, PHONE, SSN, and ALL.

PiiEntityTypes is an optional parameter with a default value of ALL.

The name of the language model used during transcription.

Creates a new builder-style object to manufacture EngineTranscribeSettings

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more