| Package | Description |
|---|---|
| com.google.api.services.speech.v1.model |
| Modifier and Type | Method and Description |
|---|---|
SpeechContext |
SpeechContext.clone() |
SpeechContext |
SpeechContext.set(java.lang.String fieldName,
java.lang.Object value) |
SpeechContext |
SpeechContext.setPhrases(java.util.List<java.lang.String> phrases)
A list of strings containing words and phrases "hints" so that the speech recognition is more
likely to recognize them.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SpeechContext> |
RecognitionConfig.getSpeechContexts()
Array of SpeechContext.
|
| Modifier and Type | Method and Description |
|---|---|
RecognitionConfig |
RecognitionConfig.setSpeechContexts(java.util.List<SpeechContext> speechContexts)
Array of SpeechContext.
|