Uses of Class
com.microsoft.cognitiveservices.speech.SessionEventArgs
-
-
Uses of SessionEventArgs in com.microsoft.cognitiveservices.speech
Subclasses of SessionEventArgs in com.microsoft.cognitiveservices.speech Modifier and Type Class Description classConnectionEventArgsDefines payload for connection events like Connected/Disconnected.classKeywordRecognitionEventArgsDefines content of an keyword recognizing/recognized events.classRecognitionEventArgsDefines payload for recognition events like Speech Start/End DetectedclassSpeechRecognitionCanceledEventArgsDefines payload of speech recognition canceled events.classSpeechRecognitionEventArgsDefines contents of speech recognizing/recognized event.Fields in com.microsoft.cognitiveservices.speech with type parameters of type SessionEventArgs Modifier and Type Field Description EventHandlerImpl<SessionEventArgs>Recognizer. sessionStartedDefines event handler for session started event.EventHandlerImpl<SessionEventArgs>Recognizer. sessionStoppedDefines event handler for session stopped event. -
Uses of SessionEventArgs in com.microsoft.cognitiveservices.speech.dialog
Fields in com.microsoft.cognitiveservices.speech.dialog with type parameters of type SessionEventArgs Modifier and Type Field Description EventHandlerImpl<SessionEventArgs>DialogServiceConnector. sessionStartedDefines event handler for the session start event.EventHandlerImpl<SessionEventArgs>DialogServiceConnector. sessionStoppedDefines event handler for the session stop event. -
Uses of SessionEventArgs in com.microsoft.cognitiveservices.speech.intent
Subclasses of SessionEventArgs in com.microsoft.cognitiveservices.speech.intent Modifier and Type Class Description classIntentRecognitionCanceledEventArgsDefine payload of intent recognition canceled result events.classIntentRecognitionEventArgsDefines content of an intent recognizing/recognized events. -
Uses of SessionEventArgs in com.microsoft.cognitiveservices.speech.transcription
Subclasses of SessionEventArgs in com.microsoft.cognitiveservices.speech.transcription Modifier and Type Class Description classConversationExpirationEventArgsDefines a payload for the ConversationExpiration event.classConversationParticipantsChangedEventArgsDefines a payload for the ParticipantsChanged event.classConversationTranscriptionCanceledEventArgsClass that defines conversation transcription canceled events.classConversationTranscriptionEventArgsClass that defines conversation transcription event arguments.classConversationTranslationCanceledEventArgsDefines a payload for the Canceled event.classConversationTranslationEventArgsDefines a payload for Transcribing, and Transcribed events.classMeetingTranscriptionCanceledEventArgsClass that defines meeting transcription canceled events.classMeetingTranscriptionEventArgsClass that defines meeting transcription event arguments.Fields in com.microsoft.cognitiveservices.speech.transcription with type parameters of type SessionEventArgs Modifier and Type Field Description EventHandlerImpl<SessionEventArgs>ConversationTranslator. sessionStartedEvent that signals the start of a conversation translation session.EventHandlerImpl<SessionEventArgs>ConversationTranslator. sessionStoppedEvent that signals the end of a conversation translation session. -
Uses of SessionEventArgs in com.microsoft.cognitiveservices.speech.translation
Subclasses of SessionEventArgs in com.microsoft.cognitiveservices.speech.translation Modifier and Type Class Description classTranslationRecognitionCanceledEventArgsDefines payload of translation canceled events.classTranslationRecognitionEventArgsDefines payload of translation recognizing/recognized events.classTranslationSynthesisEventArgsDefines the content of translation synthesis result event.
-