public class RecognizeOptions extends Object
SpeechToText
service.Modifier and Type | Class and Description |
---|---|
static class |
RecognizeOptions.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
String |
contentType()
Gets the content type.
|
Boolean |
continuous()
Gets the continuous.
|
Integer |
inactivityTimeout()
Gets the inactivity timeout.
|
Boolean |
interimResults()
Gets the interim results.
|
String[] |
keywords()
Gets the keywords.
|
Double |
keywordsThreshold()
Gets the keywords threshold.
|
Integer |
maxAlternatives()
Gets the max alternatives.
|
String |
model()
Gets the model.
|
RecognizeOptions.Builder |
newBuilder()
New builder.
|
Boolean |
profanityFilter()
Gets the profanity filter.
|
String |
sessionId()
Gets the session id.
|
Boolean |
smartFormatting()
Gets the smart formatting.
|
Boolean |
timestamps()
Gets the timestamps.
|
Double |
wordAlternativesThreshold()
Gets the word alternatives threshold.
|
Boolean |
wordConfidence()
Gets the word confidence.
|
public String contentType()
public Boolean profanityFilter()
public Boolean smartFormatting()
public Boolean continuous()
public Integer inactivityTimeout()
public Boolean interimResults()
public String[] keywords()
public Double keywordsThreshold()
public Integer maxAlternatives()
public String model()
public RecognizeOptions.Builder newBuilder()
public String sessionId()
public Boolean timestamps()
public Double wordAlternativesThreshold()
public Boolean wordConfidence()
Copyright © 2015–2016 IBM Watson. All rights reserved.