@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EngineTranscribeSettings extends Object implements Serializable, Cloneable, StructuredPojo
Settings specific to the Amazon Transcribe engine.
| Constructor and Description |
|---|
EngineTranscribeSettings() |
| Modifier and Type | Method and Description |
|---|---|
EngineTranscribeSettings |
clone() |
boolean |
equals(Object obj) |
String |
getContentIdentificationType()
Set this field to
PII to identify personally identifiable information in the transcription output. |
String |
getContentRedactionType()
Set this field to
PII to redact personally identifiable information in the transcription output. |
Boolean |
getEnablePartialResultsStabilization()
Generates partial transcription results that are less likely to change as meeting attendees speak.
|
String |
getLanguageCode()
The language code specified for the Amazon Transcribe engine.
|
String |
getLanguageModelName()
The name of the language model used during transcription.
|
String |
getPartialResultsStability()
The stabity level of a partial results transcription.
|
String |
getPiiEntityTypes()
Lists the PII entity types you want to identify or redact.
|
String |
getRegion()
The AWS Region passed to Amazon Transcribe.
|
String |
getVocabularyFilterMethod()
The filtering method passed to Amazon Transcribe.
|
String |
getVocabularyFilterName()
The name of the vocabulary filter passed to Amazon Transcribe.
|
String |
getVocabularyName()
The name of the vocabulary passed to Amazon Transcribe.
|
int |
hashCode() |
Boolean |
isEnablePartialResultsStabilization()
Generates partial transcription results that are less likely to change as meeting attendees speak.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setContentIdentificationType(String contentIdentificationType)
Set this field to
PII to identify personally identifiable information in the transcription output. |
void |
setContentRedactionType(String contentRedactionType)
Set this field to
PII to redact personally identifiable information in the transcription output. |
void |
setEnablePartialResultsStabilization(Boolean enablePartialResultsStabilization)
Generates partial transcription results that are less likely to change as meeting attendees speak.
|
void |
setLanguageCode(String languageCode)
The language code specified for the Amazon Transcribe engine.
|
void |
setLanguageModelName(String languageModelName)
The name of the language model used during transcription.
|
void |
setPartialResultsStability(String partialResultsStability)
The stabity level of a partial results transcription.
|
void |
setPiiEntityTypes(String piiEntityTypes)
Lists the PII entity types you want to identify or redact.
|
void |
setRegion(String region)
The AWS Region passed to Amazon Transcribe.
|
void |
setVocabularyFilterMethod(String vocabularyFilterMethod)
The filtering method passed to Amazon Transcribe.
|
void |
setVocabularyFilterName(String vocabularyFilterName)
The name of the vocabulary filter passed to Amazon Transcribe.
|
void |
setVocabularyName(String vocabularyName)
The name of the vocabulary passed to Amazon Transcribe.
|
String |
toString()
Returns a string representation of this object.
|
EngineTranscribeSettings |
withContentIdentificationType(String contentIdentificationType)
Set this field to
PII to identify personally identifiable information in the transcription output. |
EngineTranscribeSettings |
withContentIdentificationType(TranscribeContentIdentificationType contentIdentificationType)
Set this field to
PII to identify personally identifiable information in the transcription output. |
EngineTranscribeSettings |
withContentRedactionType(String contentRedactionType)
Set this field to
PII to redact personally identifiable information in the transcription output. |
EngineTranscribeSettings |
withContentRedactionType(TranscribeContentRedactionType contentRedactionType)
Set this field to
PII to redact personally identifiable information in the transcription output. |
EngineTranscribeSettings |
withEnablePartialResultsStabilization(Boolean enablePartialResultsStabilization)
Generates partial transcription results that are less likely to change as meeting attendees speak.
|
EngineTranscribeSettings |
withLanguageCode(String languageCode)
The language code specified for the Amazon Transcribe engine.
|
EngineTranscribeSettings |
withLanguageCode(TranscribeLanguageCode languageCode)
The language code specified for the Amazon Transcribe engine.
|
EngineTranscribeSettings |
withLanguageModelName(String languageModelName)
The name of the language model used during transcription.
|
EngineTranscribeSettings |
withPartialResultsStability(String partialResultsStability)
The stabity level of a partial results transcription.
|
EngineTranscribeSettings |
withPartialResultsStability(TranscribePartialResultsStability partialResultsStability)
The stabity level of a partial results transcription.
|
EngineTranscribeSettings |
withPiiEntityTypes(String piiEntityTypes)
Lists the PII entity types you want to identify or redact.
|
EngineTranscribeSettings |
withRegion(String region)
The AWS Region passed to Amazon Transcribe.
|
EngineTranscribeSettings |
withRegion(TranscribeRegion region)
The AWS Region passed to Amazon Transcribe.
|
EngineTranscribeSettings |
withVocabularyFilterMethod(String vocabularyFilterMethod)
The filtering method passed to Amazon Transcribe.
|
EngineTranscribeSettings |
withVocabularyFilterMethod(TranscribeVocabularyFilterMethod vocabularyFilterMethod)
The filtering method passed to Amazon Transcribe.
|
EngineTranscribeSettings |
withVocabularyFilterName(String vocabularyFilterName)
The name of the vocabulary filter passed to Amazon Transcribe.
|
EngineTranscribeSettings |
withVocabularyName(String vocabularyName)
The name of the vocabulary passed to Amazon Transcribe.
|
public void setLanguageCode(String languageCode)
The language code specified for the Amazon Transcribe engine.
languageCode - The language code specified for the Amazon Transcribe engine.TranscribeLanguageCodepublic String getLanguageCode()
The language code specified for the Amazon Transcribe engine.
TranscribeLanguageCodepublic EngineTranscribeSettings withLanguageCode(String languageCode)
The language code specified for the Amazon Transcribe engine.
languageCode - The language code specified for the Amazon Transcribe engine.TranscribeLanguageCodepublic EngineTranscribeSettings withLanguageCode(TranscribeLanguageCode languageCode)
The language code specified for the Amazon Transcribe engine.
languageCode - The language code specified for the Amazon Transcribe engine.TranscribeLanguageCodepublic void setVocabularyFilterMethod(String vocabularyFilterMethod)
The filtering method passed to Amazon Transcribe.
vocabularyFilterMethod - The filtering method passed to Amazon Transcribe.TranscribeVocabularyFilterMethodpublic String getVocabularyFilterMethod()
The filtering method passed to Amazon Transcribe.
TranscribeVocabularyFilterMethodpublic EngineTranscribeSettings withVocabularyFilterMethod(String vocabularyFilterMethod)
The filtering method passed to Amazon Transcribe.
vocabularyFilterMethod - The filtering method passed to Amazon Transcribe.TranscribeVocabularyFilterMethodpublic EngineTranscribeSettings withVocabularyFilterMethod(TranscribeVocabularyFilterMethod vocabularyFilterMethod)
The filtering method passed to Amazon Transcribe.
vocabularyFilterMethod - The filtering method passed to Amazon Transcribe.TranscribeVocabularyFilterMethodpublic void setVocabularyFilterName(String vocabularyFilterName)
The name of the vocabulary filter passed to Amazon Transcribe.
vocabularyFilterName - The name of the vocabulary filter passed to Amazon Transcribe.public String getVocabularyFilterName()
The name of the vocabulary filter passed to Amazon Transcribe.
public EngineTranscribeSettings withVocabularyFilterName(String vocabularyFilterName)
The name of the vocabulary filter passed to Amazon Transcribe.
vocabularyFilterName - The name of the vocabulary filter passed to Amazon Transcribe.public void setVocabularyName(String vocabularyName)
The name of the vocabulary passed to Amazon Transcribe.
vocabularyName - The name of the vocabulary passed to Amazon Transcribe.public String getVocabularyName()
The name of the vocabulary passed to Amazon Transcribe.
public EngineTranscribeSettings withVocabularyName(String vocabularyName)
The name of the vocabulary passed to Amazon Transcribe.
vocabularyName - The name of the vocabulary passed to Amazon Transcribe.public void setRegion(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.TranscribeRegionpublic String getRegion()
The AWS Region passed to Amazon Transcribe. If you don't specify a Region, Amazon Chime uses the meeting's Region.
TranscribeRegionpublic EngineTranscribeSettings withRegion(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.TranscribeRegionpublic EngineTranscribeSettings withRegion(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.TranscribeRegionpublic void setEnablePartialResultsStabilization(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.public Boolean getEnablePartialResultsStabilization()
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 EngineTranscribeSettings withEnablePartialResultsStabilization(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.public Boolean isEnablePartialResultsStabilization()
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 void setPartialResultsStability(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.TranscribePartialResultsStabilitypublic String getPartialResultsStability()
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.
TranscribePartialResultsStabilitypublic EngineTranscribeSettings withPartialResultsStability(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.TranscribePartialResultsStabilitypublic EngineTranscribeSettings withPartialResultsStability(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.TranscribePartialResultsStabilitypublic void setContentIdentificationType(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.TranscribeContentIdentificationTypepublic String getContentIdentificationType()
Set this field to PII to identify personally identifiable information in the transcription output.
PII to identify personally identifiable information in the transcription
output.TranscribeContentIdentificationTypepublic EngineTranscribeSettings withContentIdentificationType(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.TranscribeContentIdentificationTypepublic EngineTranscribeSettings withContentIdentificationType(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.TranscribeContentIdentificationTypepublic void setContentRedactionType(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.TranscribeContentRedactionTypepublic String getContentRedactionType()
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 to redact personally identifiable information in the transcription
output. Content redaction is performed only upon complete transcription of the audio segments.TranscribeContentRedactionTypepublic EngineTranscribeSettings withContentRedactionType(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.TranscribeContentRedactionTypepublic EngineTranscribeSettings withContentRedactionType(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.TranscribeContentRedactionTypepublic void setPiiEntityTypes(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.
public String getPiiEntityTypes()
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 EngineTranscribeSettings withPiiEntityTypes(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.
public void setLanguageModelName(String languageModelName)
The name of the language model used during transcription.
languageModelName - The name of the language model used during transcription.public String getLanguageModelName()
The name of the language model used during transcription.
public EngineTranscribeSettings withLanguageModelName(String languageModelName)
The name of the language model used during transcription.
languageModelName - The name of the language model used during transcription.public String toString()
toString in class ObjectObject.toString()public EngineTranscribeSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.