Uses of Class
com.google.cloud.dialogflow.v2beta1.InputAudioConfig
-
Packages that use InputAudioConfig Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow API -
-
Uses of InputAudioConfig in com.google.cloud.dialogflow.v2beta1
Methods in com.google.cloud.dialogflow.v2beta1 that return InputAudioConfig Modifier and Type Method Description InputAudioConfigInputAudioConfig.Builder. build()InputAudioConfigInputAudioConfig.Builder. buildPartial()InputAudioConfigQueryInput.Builder. getAudioConfig()Instructs the speech recognizer how to process the speech audio.InputAudioConfigQueryInput. getAudioConfig()Instructs the speech recognizer how to process the speech audio.InputAudioConfigQueryInputOrBuilder. getAudioConfig()Instructs the speech recognizer how to process the speech audio.InputAudioConfigStreamingAnalyzeContentRequest.Builder. getAudioConfig()Instructs the speech recognizer how to process the speech audio.InputAudioConfigStreamingAnalyzeContentRequest. getAudioConfig()Instructs the speech recognizer how to process the speech audio.InputAudioConfigStreamingAnalyzeContentRequestOrBuilder. getAudioConfig()Instructs the speech recognizer how to process the speech audio.InputAudioConfigAudioInput.Builder. getConfig()Required.InputAudioConfigAudioInput. getConfig()Required.InputAudioConfigAudioInputOrBuilder. getConfig()Required.static InputAudioConfigInputAudioConfig. getDefaultInstance()InputAudioConfigInputAudioConfig.Builder. getDefaultInstanceForType()InputAudioConfigInputAudioConfig. getDefaultInstanceForType()static InputAudioConfigInputAudioConfig. parseDelimitedFrom(InputStream input)static InputAudioConfigInputAudioConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InputAudioConfigInputAudioConfig. parseFrom(byte[] data)static InputAudioConfigInputAudioConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InputAudioConfigInputAudioConfig. parseFrom(com.google.protobuf.ByteString data)static InputAudioConfigInputAudioConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InputAudioConfigInputAudioConfig. parseFrom(com.google.protobuf.CodedInputStream input)static InputAudioConfigInputAudioConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InputAudioConfigInputAudioConfig. parseFrom(InputStream input)static InputAudioConfigInputAudioConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InputAudioConfigInputAudioConfig. parseFrom(ByteBuffer data)static InputAudioConfigInputAudioConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dialogflow.v2beta1 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.v2beta1 with parameters of type InputAudioConfig Modifier and Type Method Description QueryInput.BuilderQueryInput.Builder. mergeAudioConfig(InputAudioConfig value)Instructs the speech recognizer how to process the speech audio.StreamingAnalyzeContentRequest.BuilderStreamingAnalyzeContentRequest.Builder. mergeAudioConfig(InputAudioConfig value)Instructs the speech recognizer how to process the speech audio.AudioInput.BuilderAudioInput.Builder. mergeConfig(InputAudioConfig value)Required.InputAudioConfig.BuilderInputAudioConfig.Builder. mergeFrom(InputAudioConfig other)static InputAudioConfig.BuilderInputAudioConfig. newBuilder(InputAudioConfig prototype)QueryInput.BuilderQueryInput.Builder. setAudioConfig(InputAudioConfig value)Instructs the speech recognizer how to process the speech audio.StreamingAnalyzeContentRequest.BuilderStreamingAnalyzeContentRequest.Builder. setAudioConfig(InputAudioConfig value)Instructs the speech recognizer how to process the speech audio.AudioInput.BuilderAudioInput.Builder. setConfig(InputAudioConfig value)Required.
-