Uses of Class
com.microsoft.cognitiveservices.speech.ServicePropertyChannel
-
Packages that use ServicePropertyChannel Package Description com.microsoft.cognitiveservices.speech com.microsoft.cognitiveservices.speech.dialog -
-
Uses of ServicePropertyChannel in com.microsoft.cognitiveservices.speech
Methods in com.microsoft.cognitiveservices.speech that return ServicePropertyChannel Modifier and Type Method Description static ServicePropertyChannelServicePropertyChannel. valueOf(String name)Returns the enum constant of this type with the specified name.static ServicePropertyChannel[]ServicePropertyChannel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.cognitiveservices.speech with parameters of type ServicePropertyChannel Modifier and Type Method Description voidSpeechConfig. setServiceProperty(String name, String value, ServicePropertyChannel channel)Sets a property value that will be passed to service using the specified channel. -
Uses of ServicePropertyChannel in com.microsoft.cognitiveservices.speech.dialog
Methods in com.microsoft.cognitiveservices.speech.dialog with parameters of type ServicePropertyChannel Modifier and Type Method Description voidDialogServiceConfig. setServiceProperty(String name, String value, ServicePropertyChannel channel)Sets a property value that will be passed to service using the specified channel.
-