@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Settings extends Object implements Serializable, Cloneable, StructuredPojo
Provides optional settings for the StartTranscriptionJob
operation.
Constructor and Description |
---|
Settings() |
Modifier and Type | Method and Description |
---|---|
Settings |
clone() |
boolean |
equals(Object obj) |
Boolean |
getChannelIdentification()
Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of
each channel into a single transcription.
|
Integer |
getMaxAlternatives()
The number of alternative transcriptions that the service should return.
|
Integer |
getMaxSpeakerLabels()
The maximum number of speakers to identify in the input audio.
|
Boolean |
getShowAlternatives()
Determines whether the transcription contains alternative transcriptions.
|
Boolean |
getShowSpeakerLabels()
Determines whether the transcription job uses speaker recognition to identify different speakers in the input
audio.
|
String |
getVocabularyFilterMethod()
Set to
mask to remove filtered text from the transcript and replace it with three asterisks ("***")
as placeholder text. |
String |
getVocabularyFilterName()
The name of the vocabulary filter to use when transcribing the audio.
|
String |
getVocabularyName()
The name of a vocabulary to use when processing the transcription job.
|
int |
hashCode() |
Boolean |
isChannelIdentification()
Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of
each channel into a single transcription.
|
Boolean |
isShowAlternatives()
Determines whether the transcription contains alternative transcriptions.
|
Boolean |
isShowSpeakerLabels()
Determines whether the transcription job uses speaker recognition to identify different speakers in the input
audio.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setChannelIdentification(Boolean channelIdentification)
Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of
each channel into a single transcription.
|
void |
setMaxAlternatives(Integer maxAlternatives)
The number of alternative transcriptions that the service should return.
|
void |
setMaxSpeakerLabels(Integer maxSpeakerLabels)
The maximum number of speakers to identify in the input audio.
|
void |
setShowAlternatives(Boolean showAlternatives)
Determines whether the transcription contains alternative transcriptions.
|
void |
setShowSpeakerLabels(Boolean showSpeakerLabels)
Determines whether the transcription job uses speaker recognition to identify different speakers in the input
audio.
|
void |
setVocabularyFilterMethod(String vocabularyFilterMethod)
Set to
mask to remove filtered text from the transcript and replace it with three asterisks ("***")
as placeholder text. |
void |
setVocabularyFilterName(String vocabularyFilterName)
The name of the vocabulary filter to use when transcribing the audio.
|
void |
setVocabularyName(String vocabularyName)
The name of a vocabulary to use when processing the transcription job.
|
String |
toString()
Returns a string representation of this object.
|
Settings |
withChannelIdentification(Boolean channelIdentification)
Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of
each channel into a single transcription.
|
Settings |
withMaxAlternatives(Integer maxAlternatives)
The number of alternative transcriptions that the service should return.
|
Settings |
withMaxSpeakerLabels(Integer maxSpeakerLabels)
The maximum number of speakers to identify in the input audio.
|
Settings |
withShowAlternatives(Boolean showAlternatives)
Determines whether the transcription contains alternative transcriptions.
|
Settings |
withShowSpeakerLabels(Boolean showSpeakerLabels)
Determines whether the transcription job uses speaker recognition to identify different speakers in the input
audio.
|
Settings |
withVocabularyFilterMethod(String vocabularyFilterMethod)
Set to
mask to remove filtered text from the transcript and replace it with three asterisks ("***")
as placeholder text. |
Settings |
withVocabularyFilterMethod(VocabularyFilterMethod vocabularyFilterMethod)
Set to
mask to remove filtered text from the transcript and replace it with three asterisks ("***")
as placeholder text. |
Settings |
withVocabularyFilterName(String vocabularyFilterName)
The name of the vocabulary filter to use when transcribing the audio.
|
Settings |
withVocabularyName(String vocabularyName)
The name of a vocabulary to use when processing the transcription job.
|
public void setVocabularyName(String vocabularyName)
The name of a vocabulary to use when processing the transcription job.
vocabularyName
- The name of a vocabulary to use when processing the transcription job.public String getVocabularyName()
The name of a vocabulary to use when processing the transcription job.
public Settings withVocabularyName(String vocabularyName)
The name of a vocabulary to use when processing the transcription job.
vocabularyName
- The name of a vocabulary to use when processing the transcription job.public void setShowSpeakerLabels(Boolean showSpeakerLabels)
Determines whether the transcription job uses speaker recognition to identify different speakers in the input
audio. Speaker recognition labels individual speakers in the audio file. If you set the
ShowSpeakerLabels
field to true, you must also set the maximum number of speaker labels
MaxSpeakerLabels
field.
You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If
you set both, your request returns a BadRequestException
.
showSpeakerLabels
- Determines whether the transcription job uses speaker recognition to identify different speakers in the
input audio. Speaker recognition labels individual speakers in the audio file. If you set the
ShowSpeakerLabels
field to true, you must also set the maximum number of speaker labels
MaxSpeakerLabels
field.
You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same
request. If you set both, your request returns a BadRequestException
.
public Boolean getShowSpeakerLabels()
Determines whether the transcription job uses speaker recognition to identify different speakers in the input
audio. Speaker recognition labels individual speakers in the audio file. If you set the
ShowSpeakerLabels
field to true, you must also set the maximum number of speaker labels
MaxSpeakerLabels
field.
You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If
you set both, your request returns a BadRequestException
.
ShowSpeakerLabels
field to true, you must also set the maximum number of speaker labels
MaxSpeakerLabels
field.
You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same
request. If you set both, your request returns a BadRequestException
.
public Settings withShowSpeakerLabels(Boolean showSpeakerLabels)
Determines whether the transcription job uses speaker recognition to identify different speakers in the input
audio. Speaker recognition labels individual speakers in the audio file. If you set the
ShowSpeakerLabels
field to true, you must also set the maximum number of speaker labels
MaxSpeakerLabels
field.
You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If
you set both, your request returns a BadRequestException
.
showSpeakerLabels
- Determines whether the transcription job uses speaker recognition to identify different speakers in the
input audio. Speaker recognition labels individual speakers in the audio file. If you set the
ShowSpeakerLabels
field to true, you must also set the maximum number of speaker labels
MaxSpeakerLabels
field.
You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same
request. If you set both, your request returns a BadRequestException
.
public Boolean isShowSpeakerLabels()
Determines whether the transcription job uses speaker recognition to identify different speakers in the input
audio. Speaker recognition labels individual speakers in the audio file. If you set the
ShowSpeakerLabels
field to true, you must also set the maximum number of speaker labels
MaxSpeakerLabels
field.
You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If
you set both, your request returns a BadRequestException
.
ShowSpeakerLabels
field to true, you must also set the maximum number of speaker labels
MaxSpeakerLabels
field.
You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same
request. If you set both, your request returns a BadRequestException
.
public void setMaxSpeakerLabels(Integer maxSpeakerLabels)
The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this
number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels
field, you must set the ShowSpeakerLabels
field to true.
maxSpeakerLabels
- The maximum number of speakers to identify in the input audio. If there are more speakers in the audio
than this number, multiple speakers are identified as a single speaker. If you specify the
MaxSpeakerLabels
field, you must set the ShowSpeakerLabels
field to true.public Integer getMaxSpeakerLabels()
The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this
number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels
field, you must set the ShowSpeakerLabels
field to true.
MaxSpeakerLabels
field, you must set the ShowSpeakerLabels
field to true.public Settings withMaxSpeakerLabels(Integer maxSpeakerLabels)
The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this
number, multiple speakers are identified as a single speaker. If you specify the MaxSpeakerLabels
field, you must set the ShowSpeakerLabels
field to true.
maxSpeakerLabels
- The maximum number of speakers to identify in the input audio. If there are more speakers in the audio
than this number, multiple speakers are identified as a single speaker. If you specify the
MaxSpeakerLabels
field, you must set the ShowSpeakerLabels
field to true.public void setChannelIdentification(Boolean channelIdentification)
Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription.
Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.
You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If
you set both, your request returns a BadRequestException
.
channelIdentification
- Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription
output of each channel into a single transcription.
Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.
You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same
request. If you set both, your request returns a BadRequestException
.
public Boolean getChannelIdentification()
Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription.
Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.
You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If
you set both, your request returns a BadRequestException
.
Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.
You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same
request. If you set both, your request returns a BadRequestException
.
public Settings withChannelIdentification(Boolean channelIdentification)
Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription.
Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.
You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If
you set both, your request returns a BadRequestException
.
channelIdentification
- Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription
output of each channel into a single transcription.
Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.
You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same
request. If you set both, your request returns a BadRequestException
.
public Boolean isChannelIdentification()
Instructs Amazon Transcribe to process each audio channel separately and then merge the transcription output of each channel into a single transcription.
Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.
You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same request. If
you set both, your request returns a BadRequestException
.
Amazon Transcribe also produces a transcription of each item detected on an audio channel, including the start time and end time of the item and alternative transcriptions of the item including the confidence that Amazon Transcribe has in the transcription.
You can't set both ShowSpeakerLabels
and ChannelIdentification
in the same
request. If you set both, your request returns a BadRequestException
.
public void setShowAlternatives(Boolean showAlternatives)
Determines whether the transcription contains alternative transcriptions. If you set the
ShowAlternatives
field to true, you must also set the maximum number of alternatives to return in
the MaxAlternatives
field.
showAlternatives
- Determines whether the transcription contains alternative transcriptions. If you set the
ShowAlternatives
field to true, you must also set the maximum number of alternatives to
return in the MaxAlternatives
field.public Boolean getShowAlternatives()
Determines whether the transcription contains alternative transcriptions. If you set the
ShowAlternatives
field to true, you must also set the maximum number of alternatives to return in
the MaxAlternatives
field.
ShowAlternatives
field to true, you must also set the maximum number of alternatives to
return in the MaxAlternatives
field.public Settings withShowAlternatives(Boolean showAlternatives)
Determines whether the transcription contains alternative transcriptions. If you set the
ShowAlternatives
field to true, you must also set the maximum number of alternatives to return in
the MaxAlternatives
field.
showAlternatives
- Determines whether the transcription contains alternative transcriptions. If you set the
ShowAlternatives
field to true, you must also set the maximum number of alternatives to
return in the MaxAlternatives
field.public Boolean isShowAlternatives()
Determines whether the transcription contains alternative transcriptions. If you set the
ShowAlternatives
field to true, you must also set the maximum number of alternatives to return in
the MaxAlternatives
field.
ShowAlternatives
field to true, you must also set the maximum number of alternatives to
return in the MaxAlternatives
field.public void setMaxAlternatives(Integer maxAlternatives)
The number of alternative transcriptions that the service should return. If you specify the
MaxAlternatives
field, you must set the ShowAlternatives
field to true.
maxAlternatives
- The number of alternative transcriptions that the service should return. If you specify the
MaxAlternatives
field, you must set the ShowAlternatives
field to true.public Integer getMaxAlternatives()
The number of alternative transcriptions that the service should return. If you specify the
MaxAlternatives
field, you must set the ShowAlternatives
field to true.
MaxAlternatives
field, you must set the ShowAlternatives
field to true.public Settings withMaxAlternatives(Integer maxAlternatives)
The number of alternative transcriptions that the service should return. If you specify the
MaxAlternatives
field, you must set the ShowAlternatives
field to true.
maxAlternatives
- The number of alternative transcriptions that the service should return. If you specify the
MaxAlternatives
field, you must set the ShowAlternatives
field to true.public void setVocabularyFilterName(String vocabularyFilterName)
The name of the vocabulary filter to use when transcribing the audio. The filter that you specify must have the same language code as the transcription job.
vocabularyFilterName
- The name of the vocabulary filter to use when transcribing the audio. The filter that you specify must
have the same language code as the transcription job.public String getVocabularyFilterName()
The name of the vocabulary filter to use when transcribing the audio. The filter that you specify must have the same language code as the transcription job.
public Settings withVocabularyFilterName(String vocabularyFilterName)
The name of the vocabulary filter to use when transcribing the audio. The filter that you specify must have the same language code as the transcription job.
vocabularyFilterName
- The name of the vocabulary filter to use when transcribing the audio. The filter that you specify must
have the same language code as the transcription job.public void setVocabularyFilterMethod(String vocabularyFilterMethod)
Set to mask
to remove filtered text from the transcript and replace it with three asterisks ("***")
as placeholder text. Set to remove
to remove filtered text from the transcript without using
placeholder text.
vocabularyFilterMethod
- Set to mask
to remove filtered text from the transcript and replace it with three asterisks
("***") as placeholder text. Set to remove
to remove filtered text from the transcript
without using placeholder text.VocabularyFilterMethod
public String getVocabularyFilterMethod()
Set to mask
to remove filtered text from the transcript and replace it with three asterisks ("***")
as placeholder text. Set to remove
to remove filtered text from the transcript without using
placeholder text.
mask
to remove filtered text from the transcript and replace it with three asterisks
("***") as placeholder text. Set to remove
to remove filtered text from the transcript
without using placeholder text.VocabularyFilterMethod
public Settings withVocabularyFilterMethod(String vocabularyFilterMethod)
Set to mask
to remove filtered text from the transcript and replace it with three asterisks ("***")
as placeholder text. Set to remove
to remove filtered text from the transcript without using
placeholder text.
vocabularyFilterMethod
- Set to mask
to remove filtered text from the transcript and replace it with three asterisks
("***") as placeholder text. Set to remove
to remove filtered text from the transcript
without using placeholder text.VocabularyFilterMethod
public Settings withVocabularyFilterMethod(VocabularyFilterMethod vocabularyFilterMethod)
Set to mask
to remove filtered text from the transcript and replace it with three asterisks ("***")
as placeholder text. Set to remove
to remove filtered text from the transcript without using
placeholder text.
vocabularyFilterMethod
- Set to mask
to remove filtered text from the transcript and replace it with three asterisks
("***") as placeholder text. Set to remove
to remove filtered text from the transcript
without using placeholder text.VocabularyFilterMethod
public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.