public class RecognitionJobOptions extends Object
SpeechToText.createRecognitionJob(java.io.File, RecognizeOptions, RecognitionJobOptions)
.SpeechToText
Modifier and Type | Class and Description |
---|---|
static class |
RecognitionJobOptions.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
String |
callbackUrl()
Gets the callback url.
|
String[] |
events()
Gets the events.
|
RecognitionJobOptions.Builder |
newBuilder()
New builder.
|
Integer |
resultsTtl()
Gets the results time to live in minutes.
|
String |
userToken()
Gets the user token.
|
public String[] events()
public String callbackUrl()
public String userToken()
public RecognitionJobOptions.Builder newBuilder()
public Integer resultsTtl()
Copyright © 2015–2016 IBM Watson. All rights reserved.