Uses of Class
com.microsoft.cognitiveservices.speech.util.IntRef
-
Packages that use IntRef Package Description com.microsoft.cognitiveservices.speech com.microsoft.cognitiveservices.speech.audio -
-
Uses of IntRef in com.microsoft.cognitiveservices.speech
Methods in com.microsoft.cognitiveservices.speech with parameters of type IntRef Modifier and Type Method Description protected longRecognizer. getPropertyBagFromRecognizerHandle(SafeHandle recoHandle, IntRef propertyHandle)Internal method to get the property bag from the recognizer handle.protected longRecognitionEventArgs. getRecognitionResult(SafeHandle eventHandle, IntRef resultHandle)Native JNI call to get the native handle to recognition result.Constructors in com.microsoft.cognitiveservices.speech with parameters of type IntRef Constructor Description PropertyCollection(IntRef propHandle)Creates a new instance or PropertyCollection using the provided native handle.SpeechSynthesisResult(IntRef result)PROTECTEDSynthesisVoicesResult(IntRef result)PROTECTEDVoiceInfo(IntRef result)PROTECTED -
Uses of IntRef in com.microsoft.cognitiveservices.speech.audio
Constructors in com.microsoft.cognitiveservices.speech.audio with parameters of type IntRef Constructor Description PullAudioOutputStream(IntRef stream)Internal constructor for PullAudioOutputStream.
-