Package | Description |
---|---|
com.google.cloud.dialogflow.v2beta1 |
A client to Dialogflow API
|
Modifier and Type | Method and Description |
---|---|
SpeechContext |
SpeechContext.Builder.build() |
SpeechContext |
SpeechContext.Builder.buildPartial() |
static SpeechContext |
SpeechContext.getDefaultInstance() |
SpeechContext |
SpeechContext.getDefaultInstanceForType() |
SpeechContext |
SpeechContext.Builder.getDefaultInstanceForType() |
SpeechContext |
InputAudioConfig.getSpeechContexts(int index)
Context information to assist speech recognition.
|
SpeechContext |
InputAudioConfig.Builder.getSpeechContexts(int index)
Context information to assist speech recognition.
|
SpeechContext |
InputAudioConfigOrBuilder.getSpeechContexts(int index)
Context information to assist speech recognition.
|
static SpeechContext |
SpeechContext.parseDelimitedFrom(InputStream input) |
static SpeechContext |
SpeechContext.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static SpeechContext |
SpeechContext.parseFrom(byte[] data) |
static SpeechContext |
SpeechContext.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static SpeechContext |
SpeechContext.parseFrom(ByteBuffer data) |
static SpeechContext |
SpeechContext.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static SpeechContext |
SpeechContext.parseFrom(ByteString data) |
static SpeechContext |
SpeechContext.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static SpeechContext |
SpeechContext.parseFrom(CodedInputStream input) |
static SpeechContext |
SpeechContext.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static SpeechContext |
SpeechContext.parseFrom(InputStream input) |
static SpeechContext |
SpeechContext.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
Parser<SpeechContext> |
SpeechContext.getParserForType() |
List<SpeechContext> |
InputAudioConfig.getSpeechContextsList()
Context information to assist speech recognition.
|
List<SpeechContext> |
InputAudioConfig.Builder.getSpeechContextsList()
Context information to assist speech recognition.
|
List<SpeechContext> |
InputAudioConfigOrBuilder.getSpeechContextsList()
Context information to assist speech recognition.
|
static Parser<SpeechContext> |
SpeechContext.parser() |
Modifier and Type | Method and Description |
---|---|
InputAudioConfig.Builder |
InputAudioConfig.Builder.addSpeechContexts(int index,
SpeechContext value)
Context information to assist speech recognition.
|
InputAudioConfig.Builder |
InputAudioConfig.Builder.addSpeechContexts(SpeechContext value)
Context information to assist speech recognition.
|
SpeechContext.Builder |
SpeechContext.Builder.mergeFrom(SpeechContext other) |
static SpeechContext.Builder |
SpeechContext.newBuilder(SpeechContext prototype) |
InputAudioConfig.Builder |
InputAudioConfig.Builder.setSpeechContexts(int index,
SpeechContext value)
Context information to assist speech recognition.
|
Modifier and Type | Method and Description |
---|---|
InputAudioConfig.Builder |
InputAudioConfig.Builder.addAllSpeechContexts(Iterable<? extends SpeechContext> values)
Context information to assist speech recognition.
|
Copyright © 2022 Google LLC. All rights reserved.