Uses of Class
com.microsoft.cognitiveservices.speech.PropertyId
-
Packages that use PropertyId Package Description com.microsoft.cognitiveservices.speech com.microsoft.cognitiveservices.speech.audio com.microsoft.cognitiveservices.speech.dialog -
-
Uses of PropertyId in com.microsoft.cognitiveservices.speech
Methods in com.microsoft.cognitiveservices.speech that return PropertyId Modifier and Type Method Description static PropertyIdPropertyId. valueOf(String name)Returns the enum constant of this type with the specified name.static PropertyId[]PropertyId. 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 PropertyId Modifier and Type Method Description StringEmbeddedSpeechConfig. getProperty(PropertyId id)Gets the property by propertyId.StringHybridSpeechConfig. getProperty(PropertyId id)Gets the property by propertyId.StringPropertyCollection. getProperty(PropertyId id)Gets the property's value by its idStringSpeechConfig. getProperty(PropertyId id)Gets the property by propertyId.voidEmbeddedSpeechConfig. setProperty(PropertyId id, String value)Sets the property by propertyId.voidHybridSpeechConfig. setProperty(PropertyId id, String value)Sets the property by propertyId.voidPropertyCollection. setProperty(PropertyId id, String value)Sets the property's value by idvoidSpeechConfig. setProperty(PropertyId id, String value)Sets the property by propertyId. -
Uses of PropertyId in com.microsoft.cognitiveservices.speech.audio
Methods in com.microsoft.cognitiveservices.speech.audio with parameters of type PropertyId Modifier and Type Method Description StringPullAudioInputStreamCallback. getProperty(PropertyId id)Get property associated to data buffer, such as a timestamp or userId.voidAudioConfig. setProperty(PropertyId id, String value)Sets the property by propertyId. -
Uses of PropertyId in com.microsoft.cognitiveservices.speech.dialog
Methods in com.microsoft.cognitiveservices.speech.dialog with parameters of type PropertyId Modifier and Type Method Description StringDialogServiceConfig. getProperty(PropertyId id)Gets the property by propertyId.voidDialogServiceConfig. setProperty(PropertyId id, String value)Sets the property by propertyId.
-