Package | Description |
---|---|
com.google.cloud.dialogflow.v2beta1 |
A client to Dialogflow API
|
Modifier and Type | Method and Description |
---|---|
SpeechToTextConfig |
SpeechToTextConfig.Builder.build() |
SpeechToTextConfig |
SpeechToTextConfig.Builder.buildPartial() |
static SpeechToTextConfig |
SpeechToTextConfig.getDefaultInstance() |
SpeechToTextConfig |
SpeechToTextConfig.getDefaultInstanceForType() |
SpeechToTextConfig |
SpeechToTextConfig.Builder.getDefaultInstanceForType() |
SpeechToTextConfig |
ConversationProfileOrBuilder.getSttConfig()
Settings for speech transcription.
|
SpeechToTextConfig |
ConversationProfile.getSttConfig()
Settings for speech transcription.
|
SpeechToTextConfig |
ConversationProfile.Builder.getSttConfig()
Settings for speech transcription.
|
static SpeechToTextConfig |
SpeechToTextConfig.parseDelimitedFrom(InputStream input) |
static SpeechToTextConfig |
SpeechToTextConfig.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static SpeechToTextConfig |
SpeechToTextConfig.parseFrom(byte[] data) |
static SpeechToTextConfig |
SpeechToTextConfig.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static SpeechToTextConfig |
SpeechToTextConfig.parseFrom(ByteBuffer data) |
static SpeechToTextConfig |
SpeechToTextConfig.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static SpeechToTextConfig |
SpeechToTextConfig.parseFrom(ByteString data) |
static SpeechToTextConfig |
SpeechToTextConfig.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static SpeechToTextConfig |
SpeechToTextConfig.parseFrom(CodedInputStream input) |
static SpeechToTextConfig |
SpeechToTextConfig.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static SpeechToTextConfig |
SpeechToTextConfig.parseFrom(InputStream input) |
static SpeechToTextConfig |
SpeechToTextConfig.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
Parser<SpeechToTextConfig> |
SpeechToTextConfig.getParserForType() |
static Parser<SpeechToTextConfig> |
SpeechToTextConfig.parser() |
Modifier and Type | Method and Description |
---|---|
SpeechToTextConfig.Builder |
SpeechToTextConfig.Builder.mergeFrom(SpeechToTextConfig other) |
ConversationProfile.Builder |
ConversationProfile.Builder.mergeSttConfig(SpeechToTextConfig value)
Settings for speech transcription.
|
static SpeechToTextConfig.Builder |
SpeechToTextConfig.newBuilder(SpeechToTextConfig prototype) |
ConversationProfile.Builder |
ConversationProfile.Builder.setSttConfig(SpeechToTextConfig value)
Settings for speech transcription.
|
Copyright © 2022 Google LLC. All rights reserved.