@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 |
getMaxSpeakerLabels()
The maximum number of speakers to identify in the input audio.
|
Boolean |
getShowSpeakerLabels()
Determines whether the transcription job uses speaker recognition to identify different speakers in the input
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 |
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 |
setMaxSpeakerLabels(Integer maxSpeakerLabels)
The maximum number of speakers to identify in the input audio.
|
void |
setShowSpeakerLabels(Boolean showSpeakerLabels)
Determines whether the transcription job uses speaker recognition to identify different speakers in the input
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; useful for testing and debugging.
|
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 |
withMaxSpeakerLabels(Integer maxSpeakerLabels)
The maximum number of speakers to identify in the input audio.
|
Settings |
withShowSpeakerLabels(Boolean showSpeakerLabels)
Determines whether the transcription job uses speaker recognition to identify different speakers in the input
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 will be 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 will be 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 will be 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 will be 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 will be 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 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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.