@Generated(value="software.amazon.awssdk:codegen") public final class EngineTranscribeSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EngineTranscribeSettings.Builder,EngineTranscribeSettings>
Settings specific to the Amazon Transcribe engine.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EngineTranscribeSettings.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EngineTranscribeSettings.Builder |
builder() |
TranscribeContentIdentificationType |
contentIdentificationType()
Set this field to
PII to identify personally identifiable information in the transcription output. |
String |
contentIdentificationTypeAsString()
Set this field to
PII to identify personally identifiable information in the transcription output. |
TranscribeContentRedactionType |
contentRedactionType()
Set this field to
PII to redact personally identifiable information in the transcription output. |
String |
contentRedactionTypeAsString()
Set this field to
PII to redact personally identifiable information in the transcription output. |
Boolean |
enablePartialResultsStabilization()
Generates partial transcription results that are less likely to change as meeting attendees speak.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
TranscribeLanguageCode |
languageCode()
The language code specified for the Amazon Transcribe engine.
|
String |
languageCodeAsString()
The language code specified for the Amazon Transcribe engine.
|
String |
languageModelName()
The name of the language model used during transcription.
|
TranscribePartialResultsStability |
partialResultsStability()
The stabity level of a partial results transcription.
|
String |
partialResultsStabilityAsString()
The stabity level of a partial results transcription.
|
String |
piiEntityTypes()
Lists the PII entity types you want to identify or redact.
|
TranscribeRegion |
region()
The AWS Region passed to Amazon Transcribe.
|
String |
regionAsString()
The AWS Region passed to Amazon Transcribe.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EngineTranscribeSettings.Builder> |
serializableBuilderClass() |
EngineTranscribeSettings.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
TranscribeVocabularyFilterMethod |
vocabularyFilterMethod()
The filtering method passed to Amazon Transcribe.
|
String |
vocabularyFilterMethodAsString()
The filtering method passed to Amazon Transcribe.
|
String |
vocabularyFilterName()
The name of the vocabulary filter passed to Amazon Transcribe.
|
String |
vocabularyName()
The name of the vocabulary passed to Amazon Transcribe.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final TranscribeLanguageCode languageCode()
The language code specified for the Amazon Transcribe engine.
If the service returns an enum value that is not available in the current SDK version, languageCode will
return TranscribeLanguageCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from languageCodeAsString().
TranscribeLanguageCodepublic final String languageCodeAsString()
The language code specified for the Amazon Transcribe engine.
If the service returns an enum value that is not available in the current SDK version, languageCode will
return TranscribeLanguageCode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from languageCodeAsString().
TranscribeLanguageCodepublic final TranscribeVocabularyFilterMethod vocabularyFilterMethod()
The filtering method passed to Amazon Transcribe.
If the service returns an enum value that is not available in the current SDK version,
vocabularyFilterMethod will return TranscribeVocabularyFilterMethod.UNKNOWN_TO_SDK_VERSION. The
raw value returned by the service is available from vocabularyFilterMethodAsString().
TranscribeVocabularyFilterMethodpublic final String vocabularyFilterMethodAsString()
The filtering method passed to Amazon Transcribe.
If the service returns an enum value that is not available in the current SDK version,
vocabularyFilterMethod will return TranscribeVocabularyFilterMethod.UNKNOWN_TO_SDK_VERSION. The
raw value returned by the service is available from vocabularyFilterMethodAsString().
TranscribeVocabularyFilterMethodpublic final String vocabularyFilterName()
The name of the vocabulary filter passed to Amazon Transcribe.
public final String vocabularyName()
The name of the vocabulary passed to Amazon Transcribe.
public final TranscribeRegion region()
The AWS Region passed to Amazon Transcribe. If you don't specify a Region, Amazon Chime uses the meeting's Region.
If the service returns an enum value that is not available in the current SDK version, region will
return TranscribeRegion.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
regionAsString().
TranscribeRegionpublic final String regionAsString()
The AWS Region passed to Amazon Transcribe. If you don't specify a Region, Amazon Chime uses the meeting's Region.
If the service returns an enum value that is not available in the current SDK version, region will
return TranscribeRegion.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
regionAsString().
TranscribeRegionpublic final 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.
public final 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.
If the service returns an enum value that is not available in the current SDK version,
partialResultsStability will return TranscribePartialResultsStability.UNKNOWN_TO_SDK_VERSION.
The raw value returned by the service is available from partialResultsStabilityAsString().
TranscribePartialResultsStabilitypublic final String partialResultsStabilityAsString()
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.
If the service returns an enum value that is not available in the current SDK version,
partialResultsStability will return TranscribePartialResultsStability.UNKNOWN_TO_SDK_VERSION.
The raw value returned by the service is available from partialResultsStabilityAsString().
TranscribePartialResultsStabilitypublic final TranscribeContentIdentificationType contentIdentificationType()
Set this field to PII to identify personally identifiable information in the transcription output.
If the service returns an enum value that is not available in the current SDK version,
contentIdentificationType will return TranscribeContentIdentificationType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from contentIdentificationTypeAsString().
PII to identify personally identifiable information in the transcription
output.TranscribeContentIdentificationTypepublic final String contentIdentificationTypeAsString()
Set this field to PII to identify personally identifiable information in the transcription output.
If the service returns an enum value that is not available in the current SDK version,
contentIdentificationType will return TranscribeContentIdentificationType.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from contentIdentificationTypeAsString().
PII to identify personally identifiable information in the transcription
output.TranscribeContentIdentificationTypepublic final 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.
If the service returns an enum value that is not available in the current SDK version,
contentRedactionType will return TranscribeContentRedactionType.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from contentRedactionTypeAsString().
PII to redact personally identifiable information in the transcription
output. Content redaction is performed only upon complete transcription of the audio segments.TranscribeContentRedactionTypepublic final String contentRedactionTypeAsString()
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.
If the service returns an enum value that is not available in the current SDK version,
contentRedactionType will return TranscribeContentRedactionType.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from contentRedactionTypeAsString().
PII to redact personally identifiable information in the transcription
output. Content redaction is performed only upon complete transcription of the audio segments.TranscribeContentRedactionTypepublic final 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.
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.
public final String languageModelName()
The name of the language model used during transcription.
public EngineTranscribeSettings.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EngineTranscribeSettings.Builder,EngineTranscribeSettings>public static EngineTranscribeSettings.Builder builder()
public static Class<? extends EngineTranscribeSettings.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.