public static interface EngineTranscribeSettings.Builder extends SdkPojo, CopyableBuilder<EngineTranscribeSettings.Builder,EngineTranscribeSettings>
| Modifier and Type | Method and Description |
|---|---|
EngineTranscribeSettings.Builder |
contentIdentificationType(String contentIdentificationType)
Set this field to
PII to identify personally identifiable information in the transcription
output. |
EngineTranscribeSettings.Builder |
contentIdentificationType(TranscribeContentIdentificationType contentIdentificationType)
Set this field to
PII to identify personally identifiable information in the transcription
output. |
EngineTranscribeSettings.Builder |
contentRedactionType(String contentRedactionType)
Set this field to
PII to redact personally identifiable information in the transcription output. |
EngineTranscribeSettings.Builder |
contentRedactionType(TranscribeContentRedactionType contentRedactionType)
Set this field to
PII to redact personally identifiable information in the transcription output. |
EngineTranscribeSettings.Builder |
enablePartialResultsStabilization(Boolean enablePartialResultsStabilization)
Generates partial transcription results that are less likely to change as meeting attendees speak.
|
EngineTranscribeSettings.Builder |
languageCode(String languageCode)
The language code specified for the Amazon Transcribe engine.
|
EngineTranscribeSettings.Builder |
languageCode(TranscribeLanguageCode languageCode)
The language code specified for the Amazon Transcribe engine.
|
EngineTranscribeSettings.Builder |
languageModelName(String languageModelName)
The name of the language model used during transcription.
|
EngineTranscribeSettings.Builder |
partialResultsStability(String partialResultsStability)
The stabity level of a partial results transcription.
|
EngineTranscribeSettings.Builder |
partialResultsStability(TranscribePartialResultsStability partialResultsStability)
The stabity level of a partial results transcription.
|
EngineTranscribeSettings.Builder |
piiEntityTypes(String piiEntityTypes)
Lists the PII entity types you want to identify or redact.
|
EngineTranscribeSettings.Builder |
region(String region)
The AWS Region passed to Amazon Transcribe.
|
EngineTranscribeSettings.Builder |
region(TranscribeRegion region)
The AWS Region passed to Amazon Transcribe.
|
EngineTranscribeSettings.Builder |
vocabularyFilterMethod(String vocabularyFilterMethod)
The filtering method passed to Amazon Transcribe.
|
EngineTranscribeSettings.Builder |
vocabularyFilterMethod(TranscribeVocabularyFilterMethod vocabularyFilterMethod)
The filtering method passed to Amazon Transcribe.
|
EngineTranscribeSettings.Builder |
vocabularyFilterName(String vocabularyFilterName)
The name of the vocabulary filter passed to Amazon Transcribe.
|
EngineTranscribeSettings.Builder |
vocabularyName(String vocabularyName)
The name of the vocabulary passed to Amazon Transcribe.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEngineTranscribeSettings.Builder languageCode(String languageCode)
The language code specified for the Amazon Transcribe engine.
languageCode - The language code specified for the Amazon Transcribe engine.TranscribeLanguageCode,
TranscribeLanguageCodeEngineTranscribeSettings.Builder languageCode(TranscribeLanguageCode languageCode)
The language code specified for the Amazon Transcribe engine.
languageCode - The language code specified for the Amazon Transcribe engine.TranscribeLanguageCode,
TranscribeLanguageCodeEngineTranscribeSettings.Builder vocabularyFilterMethod(String vocabularyFilterMethod)
The filtering method passed to Amazon Transcribe.
vocabularyFilterMethod - The filtering method passed to Amazon Transcribe.TranscribeVocabularyFilterMethod,
TranscribeVocabularyFilterMethodEngineTranscribeSettings.Builder vocabularyFilterMethod(TranscribeVocabularyFilterMethod vocabularyFilterMethod)
The filtering method passed to Amazon Transcribe.
vocabularyFilterMethod - The filtering method passed to Amazon Transcribe.TranscribeVocabularyFilterMethod,
TranscribeVocabularyFilterMethodEngineTranscribeSettings.Builder vocabularyFilterName(String vocabularyFilterName)
The name of the vocabulary filter passed to Amazon Transcribe.
vocabularyFilterName - The name of the vocabulary filter passed to Amazon Transcribe.EngineTranscribeSettings.Builder vocabularyName(String vocabularyName)
The name of the vocabulary passed to Amazon Transcribe.
vocabularyName - The name of the vocabulary passed to Amazon Transcribe.EngineTranscribeSettings.Builder region(String region)
The AWS Region passed to Amazon Transcribe. If you don't specify a Region, Amazon Chime uses the meeting's Region.
region - The AWS Region passed to Amazon Transcribe. If you don't specify a Region, Amazon Chime uses the
meeting's Region.TranscribeRegion,
TranscribeRegionEngineTranscribeSettings.Builder region(TranscribeRegion region)
The AWS Region passed to Amazon Transcribe. If you don't specify a Region, Amazon Chime uses the meeting's Region.
region - The AWS Region passed to Amazon Transcribe. If you don't specify a Region, Amazon Chime uses the
meeting's Region.TranscribeRegion,
TranscribeRegionEngineTranscribeSettings.Builder enablePartialResultsStabilization(Boolean enablePartialResultsStabilization)
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.
enablePartialResultsStabilization - 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.EngineTranscribeSettings.Builder partialResultsStability(String partialResultsStability)
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.
partialResultsStability - 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.TranscribePartialResultsStability,
TranscribePartialResultsStabilityEngineTranscribeSettings.Builder partialResultsStability(TranscribePartialResultsStability partialResultsStability)
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.
partialResultsStability - 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.TranscribePartialResultsStability,
TranscribePartialResultsStabilityEngineTranscribeSettings.Builder contentIdentificationType(String contentIdentificationType)
Set this field to PII to identify personally identifiable information in the transcription
output.
contentIdentificationType - Set this field to PII to identify personally identifiable information in the
transcription output.TranscribeContentIdentificationType,
TranscribeContentIdentificationTypeEngineTranscribeSettings.Builder contentIdentificationType(TranscribeContentIdentificationType contentIdentificationType)
Set this field to PII to identify personally identifiable information in the transcription
output.
contentIdentificationType - Set this field to PII to identify personally identifiable information in the
transcription output.TranscribeContentIdentificationType,
TranscribeContentIdentificationTypeEngineTranscribeSettings.Builder contentRedactionType(String contentRedactionType)
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.
contentRedactionType - 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.TranscribeContentRedactionType,
TranscribeContentRedactionTypeEngineTranscribeSettings.Builder contentRedactionType(TranscribeContentRedactionType contentRedactionType)
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.
contentRedactionType - 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.TranscribeContentRedactionType,
TranscribeContentRedactionTypeEngineTranscribeSettings.Builder piiEntityTypes(String piiEntityTypes)
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.
piiEntityTypes - 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.
EngineTranscribeSettings.Builder languageModelName(String languageModelName)
The name of the language model used during transcription.
languageModelName - The name of the language model used during transcription.Copyright © 2022. All rights reserved.