public class CreateJobOptions extends GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
CreateJobOptions.Builder
Builder.
|
static interface |
CreateJobOptions.ContentType
The type of the input: audio/basic, audio/flac, audio/l16, audio/mp3, audio/mpeg, audio/mulaw, audio/ogg,
audio/ogg;codecs=opus, audio/ogg;codecs=vorbis, audio/wav, audio/webm, audio/webm;codecs=opus, or
audio/webm;codecs=vorbis.
|
static interface |
CreateJobOptions.Events
If the job includes a callback URL, a comma-separated list of notification events to which to subscribe.
|
static interface |
CreateJobOptions.Model
The identifier of the model that is to be used for the recognition request or, for the **Create a session** method,
with the new session.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
acousticCustomizationId()
Gets the acousticCustomizationId.
|
java.io.InputStream |
audio()
Gets the audio.
|
java.lang.String |
baseModelVersion()
Gets the baseModelVersion.
|
java.lang.String |
callbackUrl()
Gets the callbackUrl.
|
java.lang.String |
contentType()
Gets the contentType.
|
java.lang.String |
customizationId()
Gets the customizationId.
|
java.lang.Double |
customizationWeight()
Gets the customizationWeight.
|
java.lang.String |
events()
Gets the events.
|
java.lang.Long |
inactivityTimeout()
Gets the inactivityTimeout.
|
java.util.List<java.lang.String> |
keywords()
Gets the keywords.
|
java.lang.Float |
keywordsThreshold()
Gets the keywordsThreshold.
|
java.lang.Long |
maxAlternatives()
Gets the maxAlternatives.
|
java.lang.String |
model()
Gets the model.
|
CreateJobOptions.Builder |
newBuilder()
New builder.
|
java.lang.Boolean |
profanityFilter()
Gets the profanityFilter.
|
java.lang.Long |
resultsTtl()
Gets the resultsTtl.
|
java.lang.Boolean |
smartFormatting()
Gets the smartFormatting.
|
java.lang.Boolean |
speakerLabels()
Gets the speakerLabels.
|
java.lang.Boolean |
timestamps()
Gets the timestamps.
|
java.lang.String |
userToken()
Gets the userToken.
|
java.lang.Float |
wordAlternativesThreshold()
Gets the wordAlternativesThreshold.
|
java.lang.Boolean |
wordConfidence()
Gets the wordConfidence.
|
equals, hashCode, toString
public CreateJobOptions.Builder newBuilder()
public java.io.InputStream audio()
public java.lang.String contentType()
public java.lang.String model()
public java.lang.String callbackUrl()
public java.lang.String events()
public java.lang.String userToken()
public java.lang.Long resultsTtl()
public java.lang.String customizationId()
public java.lang.String acousticCustomizationId()
public java.lang.String baseModelVersion()
public java.lang.Double customizationWeight()
public java.lang.Long inactivityTimeout()
public java.util.List<java.lang.String> keywords()
public java.lang.Float keywordsThreshold()
public java.lang.Long maxAlternatives()
public java.lang.Float wordAlternativesThreshold()
public java.lang.Boolean wordConfidence()
public java.lang.Boolean timestamps()
public java.lang.Boolean profanityFilter()
public java.lang.Boolean smartFormatting()
public java.lang.Boolean speakerLabels()