Uses of Class
com.microsoft.cognitiveservices.speech.util.SafeHandle
-
-
Uses of SafeHandle in com.microsoft.cognitiveservices.speech
Fields in com.microsoft.cognitiveservices.speech declared as SafeHandle Modifier and Type Field Description protected SafeHandleSessionEventArgs. eventHandleInternal member variable that holds the native event handle.Methods in com.microsoft.cognitiveservices.speech that return SafeHandle Modifier and Type Method Description SafeHandleAudioDataStream. getImpl()Returns the audio data stream implementation.SafeHandleAutoDetectSourceLanguageConfig. getImpl()Returns the AutoDetectSourceLanguageConfigSafeHandleEmbeddedSpeechConfig. getImpl()Returns a internal handle to SpeechConfig implementation.SafeHandleGrammar. getImpl()Returns the internal grammar instanceSafeHandleHybridSpeechConfig. getImpl()Returns a internal handle to SpeechConfig implementation.SafeHandleKeywordRecognitionModel. getImpl()Returns the keyword recognition model.SafeHandleKeywordRecognizer. getImpl()Internal method to get the underlying handle to the keyword recognizer.SafeHandlePronunciationAssessmentConfig. getImpl()Returns the PronunciationAssessmentConfigSafeHandleRecognitionResult. getImpl()Returns the recognition result implementation.SafeHandleRecognizer. getImpl()Returns the internal recognizer instanceSafeHandleSourceLanguageConfig. getImpl()Returns the implementation of source language config objectSafeHandleSpeechConfig. getImpl()Get the native handle to speech config object.SafeHandleSpeechRecognitionModel. getImpl()Returns the model info implementation.SafeHandleSpeechSynthesisResult. getImpl()Returns the synthesis result implementation.SafeHandleSpeechSynthesizer. getImpl()INTERNALSafeHandleSpeechTranslationModel. getImpl()Returns the model info implementation.SafeHandleSynthesisVoicesResult. getImpl()Returns the synthesis result implementation.SafeHandleVoiceInfo. getImpl()Returns the vice info implementation.Methods in com.microsoft.cognitiveservices.speech with parameters of type SafeHandle 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.protected longRecognizer. startContinuousRecognition(SafeHandle recoHandle)Internal method to start continuous recognition operation.protected longRecognizer. startKeywordRecognition(SafeHandle recoHandle, SafeHandle keywordModelHandle)Internal method to start keyword recognition operation.protected longRecognizer. stopContinuousRecognition(SafeHandle recoHandle)Internal method to stop continuous recognition operation.protected longRecognizer. stopKeywordRecognition(SafeHandle recoHandle)Internal method to stop keyword recognition operation. -
Uses of SafeHandle in com.microsoft.cognitiveservices.speech.audio
Methods in com.microsoft.cognitiveservices.speech.audio that return SafeHandle Modifier and Type Method Description SafeHandleAudioConfig. getImpl()Returns the audio input configuration.SafeHandleAudioInputStream. getImpl()Internally used to get the underlying native handle of the stream.SafeHandleAudioOutputStream. getImpl()Returns the audio output configuration.SafeHandleAudioProcessingOptions. getImpl()Returns the audio processing options implementation.SafeHandleAudioStreamFormat. getImpl()Returns the audio stream format. -
Uses of SafeHandle in com.microsoft.cognitiveservices.speech.dialog
Methods in com.microsoft.cognitiveservices.speech.dialog that return SafeHandle Modifier and Type Method Description SafeHandleDialogServiceConfig. getImpl()Returns the dialog service configuration.SafeHandleDialogServiceConnector. getImpl()Returns the internal dialog service connector instance. -
Uses of SafeHandle in com.microsoft.cognitiveservices.speech.intent
Methods in com.microsoft.cognitiveservices.speech.intent that return SafeHandle Modifier and Type Method Description SafeHandleIntentTrigger. getImpl()INTERNALSafeHandleLanguageUnderstandingModel. getImpl()Returns the language understanding model.Methods in com.microsoft.cognitiveservices.speech.intent with parameters of type SafeHandle Modifier and Type Method Description static IntentTriggerIntentTrigger. fromModel(SafeHandle modelHandle)Creates an instance of a intent trigger from LanguageUnderstandingModel.static IntentTriggerIntentTrigger. fromModel(SafeHandle modelHandle, String intentName)Creates an instance of a intent trigger from LanguageUnderstandingModel. -
Uses of SafeHandle in com.microsoft.cognitiveservices.speech.speaker
Methods in com.microsoft.cognitiveservices.speech.speaker that return SafeHandle Modifier and Type Method Description SafeHandleSpeakerIdentificationModel. getImpl()Returns the speaker identification model.SafeHandleSpeakerRecognitionResult. getImpl()Returns the speaker recognition result implementation.SafeHandleSpeakerRecognizer. getImpl()Internal method to get the underlying native handle.SafeHandleSpeakerVerificationModel. getImpl()Returns the speaker verification model.SafeHandleVoiceProfile. getImpl()Returns the voice profile implementation.SafeHandleVoiceProfileClient. getImpl()Internal method to get the underlying native handle.SafeHandleVoiceProfileEnrollmentResult. getImpl()Returns the voice enrollment result implementation.SafeHandleVoiceProfilePhraseResult. getImpl()Returns the voice activation phrase result implementation.SafeHandleVoiceProfileResult. getImpl()Returns the voice profile result implementation. -
Uses of SafeHandle in com.microsoft.cognitiveservices.speech.transcription
Methods in com.microsoft.cognitiveservices.speech.transcription that return SafeHandle Modifier and Type Method Description SafeHandleConversation. getImpl()Returns the comversation implementation.SafeHandleConversationTranslator. getImpl()Returns the internal conversation translator instanceSafeHandleMeeting. getImpl()Returns the comversation implementation.SafeHandleParticipant. getImpl()Returns the participant implementation.SafeHandleUser. getImpl()Returns the user configuration. -
Uses of SafeHandle in com.microsoft.cognitiveservices.speech.translation
Methods in com.microsoft.cognitiveservices.speech.translation that return SafeHandle Modifier and Type Method Description SafeHandleSpeechTranslationConfig. getImpl()Returns the speech translation config implementation -
Uses of SafeHandle in com.microsoft.cognitiveservices.speech.util
Methods in com.microsoft.cognitiveservices.speech.util with parameters of type SafeHandle Modifier and Type Method Description static intJsonBuilderJNI. addItem(SafeHandle builderHandle, int item, int index, String find)Adds an item to the specified ajv itemstatic booleanJsonValueJNI. asBoolean(SafeHandle parserHandle, int item)As boolean.static floatJsonValueJNI. asFloat(SafeHandle parserHandle, int item)As float.static longJsonValueJNI. asInt(SafeHandle parserHandle, int item)As int.static StringJsonValueJNI. asJson(SafeHandle parser, int item)As json string.static StringJsonBuilderJNI. asJsonCopy(SafeHandle builder, int item)As json string.static StringJsonValueJNI. asString(SafeHandle parserHandle, int item)As string.static intJsonValueJNI. count(SafeHandle parser, int item)Count int.static StringJsonValueJNI. getName(SafeHandle parserHandle, int item, int index, String key)Gets the name/key of the pair.static JsonValueJsonValueJNI. getValue(SafeHandle parserHandle, int item, int index, String key)Gets value.static booleanJsonValueJNI. hasValue(SafeHandle parserHandle, int item, int index, String key)Has value.static intJsonBuilderJNI. setItem(SafeHandle builderHandle, int item, String json, com.microsoft.cognitiveservices.speech.util.JsonValueJNI.ValueKind kind, String str, boolean boolValue, int integer, double number)Adds an item to the specified ajv itemConstructors in com.microsoft.cognitiveservices.speech.util with parameters of type SafeHandle Constructor Description JsonBuilder(SafeHandle handle, int root)Instantiates a new Json builder.JsonValue(int item, SafeHandle handle)Instantiates a new Json value.
-