Uses of Class
com.microsoft.cognitiveservices.speech.util.EventHandlerImpl
-
-
Uses of EventHandlerImpl in com.microsoft.cognitiveservices.speech
Fields in com.microsoft.cognitiveservices.speech declared as EventHandlerImpl Modifier and Type Field Description EventHandlerImpl<SpeechSynthesisBookmarkEventArgs>SpeechSynthesizer. BookmarkReachedDefines event handler for bookmark reached event.EventHandlerImpl<SpeechRecognitionCanceledEventArgs>KeywordRecognizer. canceledThe signal for events relating to the cancellation of an interaction.EventHandlerImpl<SpeechRecognitionCanceledEventArgs>SpeechRecognizer. canceledThe event canceled signals that the recognition was canceled.EventHandlerImpl<ConnectionEventArgs>Connection. connectedThe Connected event to indicate that the recognizer is connected to service.EventHandlerImpl<ConnectionEventArgs>Connection. disconnectedThe Disconnected event to indicate that the recognizer is disconnected from service.EventHandlerImpl<ConnectionMessageEventArgs>Connection. messageReceivedThe MessageReceived event indicates that the service has sent a network message to the client.EventHandlerImpl<KeywordRecognitionEventArgs>KeywordRecognizer. recognizedThe signal for events related to the recognition of keywordsEventHandlerImpl<SpeechRecognitionEventArgs>SpeechRecognizer. recognizedThe event recognized signals that a final recognition result is received.EventHandlerImpl<SpeechRecognitionEventArgs>SpeechRecognizer. recognizingThe event recognizing signals that an intermediate recognition result is received.EventHandlerImpl<SessionEventArgs>Recognizer. sessionStartedDefines event handler for session started event.EventHandlerImpl<SessionEventArgs>Recognizer. sessionStoppedDefines event handler for session stopped event.EventHandlerImpl<RecognitionEventArgs>Recognizer. speechEndDetectedDefines event handler for speech end detected event.EventHandlerImpl<RecognitionEventArgs>Recognizer. speechStartDetectedDefines event handler for speech start detected event.EventHandlerImpl<SpeechSynthesisEventArgs>SpeechSynthesizer. SynthesisCanceledDefines event handler for synthesis canceled event.EventHandlerImpl<SpeechSynthesisEventArgs>SpeechSynthesizer. SynthesisCompletedDefines event handler for synthesis completed event.EventHandlerImpl<SpeechSynthesisEventArgs>SpeechSynthesizer. SynthesisStartedDefines event handler for synthesis started event.EventHandlerImpl<SpeechSynthesisEventArgs>SpeechSynthesizer. SynthesizingDefines event handler for synthesizing event.EventHandlerImpl<SpeechSynthesisVisemeEventArgs>SpeechSynthesizer. VisemeReceivedDefines event handler for viseme received event.EventHandlerImpl<SpeechSynthesisWordBoundaryEventArgs>SpeechSynthesizer. WordBoundaryDefines event handler for word boundary event. -
Uses of EventHandlerImpl in com.microsoft.cognitiveservices.speech.dialog
Fields in com.microsoft.cognitiveservices.speech.dialog declared as EventHandlerImpl Modifier and Type Field Description EventHandlerImpl<ActivityReceivedEventArgs>DialogServiceConnector. activityReceivedDefines event handler for the activity received event.EventHandlerImpl<SpeechRecognitionCanceledEventArgs>DialogServiceConnector. canceledDefines event handler for the canceled event.EventHandlerImpl<SpeechRecognitionEventArgs>DialogServiceConnector. recognizedDefines event handler for the recognized event.EventHandlerImpl<SpeechRecognitionEventArgs>DialogServiceConnector. recognizingDefines event handler for the recognizing event.EventHandlerImpl<SessionEventArgs>DialogServiceConnector. sessionStartedDefines event handler for the session start event.EventHandlerImpl<SessionEventArgs>DialogServiceConnector. sessionStoppedDefines event handler for the session stop event.EventHandlerImpl<RecognitionEventArgs>DialogServiceConnector. speechEndDetectedDefines event handler for the speech end detection event.EventHandlerImpl<RecognitionEventArgs>DialogServiceConnector. speechStartDetectedDefines event handler for the speech start detection event.EventHandlerImpl<TurnStatusReceivedEventArgs>DialogServiceConnector. turnStatusReceivedDefines event handler for the turn status received event. -
Uses of EventHandlerImpl in com.microsoft.cognitiveservices.speech.intent
Fields in com.microsoft.cognitiveservices.speech.intent declared as EventHandlerImpl Modifier and Type Field Description EventHandlerImpl<IntentRecognitionCanceledEventArgs>IntentRecognizer. canceledThe event canceled signals that the intent recognition was canceled.EventHandlerImpl<IntentRecognitionEventArgs>IntentRecognizer. recognizedThe event recognized signals that a final recognition result is received.EventHandlerImpl<IntentRecognitionEventArgs>IntentRecognizer. recognizingThe event recognizing signals that an intermediate recognition result is received. -
Uses of EventHandlerImpl in com.microsoft.cognitiveservices.speech.transcription
Fields in com.microsoft.cognitiveservices.speech.transcription declared as EventHandlerImpl Modifier and Type Field Description EventHandlerImpl<ConversationTranscriptionCanceledEventArgs>ConversationTranscriber. canceledThe event canceled signals that the recognition was canceled.EventHandlerImpl<ConversationTranslationCanceledEventArgs>ConversationTranslator. canceledEvent that signals an error with the conversation translation, or the end of the audio stream has been reached.EventHandlerImpl<MeetingTranscriptionCanceledEventArgs>MeetingTranscriber. canceledThe event canceled signals that the recognition was canceled.EventHandlerImpl<ConversationExpirationEventArgs>ConversationTranslator. conversationExpirationEvent that signals how many more minutes are left before the conversation expires.EventHandlerImpl<ConversationParticipantsChangedEventArgs>ConversationTranslator. participantsChangedEvent that signals participants in the room have changed (e.g.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.EventHandlerImpl<ConversationTranslationEventArgs>ConversationTranslator. textMessageReceivedEvent that signals a translated text message from a conversation participant.EventHandlerImpl<ConversationTranscriptionEventArgs>ConversationTranscriber. transcribedThe event transcribed signals that a final recognition result is received.EventHandlerImpl<ConversationTranslationEventArgs>ConversationTranslator. transcribedEvent that signals a final conversation translation result is available for a conversation participant.EventHandlerImpl<MeetingTranscriptionEventArgs>MeetingTranscriber. transcribedThe event transcribed signals that a final recognition result is received.EventHandlerImpl<ConversationTranscriptionEventArgs>ConversationTranscriber. transcribingThe event transcribing signals that an intermediate recognition result is received.EventHandlerImpl<ConversationTranslationEventArgs>ConversationTranslator. transcribingEvent that signals an intermediate conversation translation result is available for a conversation participant.EventHandlerImpl<MeetingTranscriptionEventArgs>MeetingTranscriber. transcribingThe event transcribing signals that an intermediate recognition result is received. -
Uses of EventHandlerImpl in com.microsoft.cognitiveservices.speech.translation
Fields in com.microsoft.cognitiveservices.speech.translation declared as EventHandlerImpl Modifier and Type Field Description EventHandlerImpl<TranslationRecognitionCanceledEventArgs>TranslationRecognizer. canceledThe event canceled signals that the recognition/translation was canceled.EventHandlerImpl<TranslationRecognitionEventArgs>TranslationRecognizer. recognizedThe event recognized signals that a final recognition result is received.EventHandlerImpl<TranslationRecognitionEventArgs>TranslationRecognizer. recognizingThe event recognizing signals that an intermediate recognition result is received.EventHandlerImpl<TranslationSynthesisEventArgs>TranslationRecognizer. synthesizingThe event synthesizing signals that a translation synthesis result is received.
-