Uses of Class
com.google.cloud.dialogflow.v2.InputAudioConfig
-
Packages that use InputAudioConfig Package Description com.google.cloud.dialogflow.v2 A client to Dialogflow API -
-
Uses of InputAudioConfig in com.google.cloud.dialogflow.v2
Methods in com.google.cloud.dialogflow.v2 that return InputAudioConfig Modifier and Type Method Description InputAudioConfig
InputAudioConfig.Builder. build()
InputAudioConfig
InputAudioConfig.Builder. buildPartial()
InputAudioConfig
QueryInput.Builder. getAudioConfig()
Instructs the speech recognizer how to process the speech audio.InputAudioConfig
QueryInput. getAudioConfig()
Instructs the speech recognizer how to process the speech audio.InputAudioConfig
QueryInputOrBuilder. getAudioConfig()
Instructs the speech recognizer how to process the speech audio.InputAudioConfig
StreamingAnalyzeContentRequest.Builder. getAudioConfig()
Instructs the speech recognizer how to process the speech audio.InputAudioConfig
StreamingAnalyzeContentRequest. getAudioConfig()
Instructs the speech recognizer how to process the speech audio.InputAudioConfig
StreamingAnalyzeContentRequestOrBuilder. getAudioConfig()
Instructs the speech recognizer how to process the speech audio.static InputAudioConfig
InputAudioConfig. getDefaultInstance()
InputAudioConfig
InputAudioConfig.Builder. getDefaultInstanceForType()
InputAudioConfig
InputAudioConfig. getDefaultInstanceForType()
static InputAudioConfig
InputAudioConfig. parseDelimitedFrom(InputStream input)
static InputAudioConfig
InputAudioConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InputAudioConfig
InputAudioConfig. parseFrom(byte[] data)
static InputAudioConfig
InputAudioConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InputAudioConfig
InputAudioConfig. parseFrom(com.google.protobuf.ByteString data)
static InputAudioConfig
InputAudioConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InputAudioConfig
InputAudioConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static InputAudioConfig
InputAudioConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InputAudioConfig
InputAudioConfig. parseFrom(InputStream input)
static InputAudioConfig
InputAudioConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InputAudioConfig
InputAudioConfig. parseFrom(ByteBuffer data)
static InputAudioConfig
InputAudioConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dialogflow.v2 that return types with arguments of type InputAudioConfig Modifier and Type Method Description com.google.protobuf.Parser<InputAudioConfig>
InputAudioConfig. getParserForType()
static com.google.protobuf.Parser<InputAudioConfig>
InputAudioConfig. parser()
Methods in com.google.cloud.dialogflow.v2 with parameters of type InputAudioConfig Modifier and Type Method Description QueryInput.Builder
QueryInput.Builder. mergeAudioConfig(InputAudioConfig value)
Instructs the speech recognizer how to process the speech audio.StreamingAnalyzeContentRequest.Builder
StreamingAnalyzeContentRequest.Builder. mergeAudioConfig(InputAudioConfig value)
Instructs the speech recognizer how to process the speech audio.InputAudioConfig.Builder
InputAudioConfig.Builder. mergeFrom(InputAudioConfig other)
static InputAudioConfig.Builder
InputAudioConfig. newBuilder(InputAudioConfig prototype)
QueryInput.Builder
QueryInput.Builder. setAudioConfig(InputAudioConfig value)
Instructs the speech recognizer how to process the speech audio.StreamingAnalyzeContentRequest.Builder
StreamingAnalyzeContentRequest.Builder. setAudioConfig(InputAudioConfig value)
Instructs the speech recognizer how to process the speech audio.
-