All Classes Interface Summary Class Summary Enum Summary
| Class |
Description |
| ActivityReceivedEventArgs |
Class that describes the events of a activity received event.
|
| AsyncThreadService |
Internal AsyncThreadService class, which wraps Java ExecutorService as static and shared between all
SDK instances who needs to do async operations.
|
| AudioConfig |
Represents audio input or output configuration.
|
| AudioDataStream |
Represents audio data stream used for operating audio data as a stream.
|
| AudioInputStream |
Represents audio input stream used for custom audio input configurations.
|
| AudioOutputStream |
Represents audio output stream used for custom audio output configurations.
|
| AudioProcessingConstants |
Represents audio processing constants used for specifying the processing in AudioProcessingOptions.
|
| AudioProcessingOptions |
Represents audio processing options used with audio config class.
|
| AudioStreamContainerFormat |
Supported audio input container formats.
|
| AudioStreamFormat |
Represents audio stream format used for custom audio input configurations.
|
| AudioStreamWaveFormat |
Represents the format specified inside WAV container.
|
| AutoDetectSourceLanguageConfig |
Represents auto detect source language configuration used for specifying the possible source language candidates
Note: close() must be called in order to release underlying resources held by the object.
|
| AutoDetectSourceLanguageResult |
Represents the result of auto detecting source languages
Added in version 1.8.0
|
| BotFrameworkConfig |
Class that defines configurations for the dialog service connector object for using a Bot Framework backend.
|
| CancellationDetails |
Contains detailed information about why a result was canceled.
|
| CancellationErrorCode |
Defines error code in case that CancellationReason is Error.
|
| CancellationReason |
Defines the possible reasons a recognition result might be canceled.
|
| ClassLanguageModel |
Represents a ClassLanguageModel.
|
| CloseGuard |
CloseGuard helper
|
| Connection |
Connection is a proxy class for managing connection to the speech service of the specified Recognizer.
|
| ConnectionEventArgs |
Defines payload for connection events like Connected/Disconnected.
|
| ConnectionMessage |
ConnectionMessage represents implementation specific messages sent to and received
from the speech service.
|
| ConnectionMessageEventArgs |
Defines payload for Connection's MessageReceived events.
|
| ContentAssessmentResult |
Represents the result of pronunciation assessment.
|
| Contracts |
Contract helper
|
| Conversation |
Performs conversation management including add and remove participants.
|
| ConversationExpirationEventArgs |
Defines a payload for the ConversationExpiration event.
|
| ConversationParticipantsChangedEventArgs |
Defines a payload for the ParticipantsChanged event.
|
| ConversationTranscriber |
Performs conversation transcribing for audio input streams, and gets transcribed text and speaker id as a result.
|
| ConversationTranscriptionCanceledEventArgs |
Class that defines conversation transcription canceled events.
|
| ConversationTranscriptionEventArgs |
Class that defines conversation transcription event arguments.
|
| ConversationTranscriptionResult |
Class that defines conversation transcription result.
|
| ConversationTranslationCanceledEventArgs |
Defines a payload for the Canceled event.
|
| ConversationTranslationEventArgs |
Defines a payload for Transcribing, and Transcribed events.
|
| ConversationTranslationResult |
Defines a conversation translation result.
|
| ConversationTranslator |
A conversation translator that enables a connected experience where participants can use their
own devices to see everyone else's recognitions and IMs in their own languages.
|
| CustomCommandsConfig |
Class that defines configurations for the dialog service connector object for using a CustomCommands backend.
|
| Diagnostics |
Native logging and other diagnostics
|
| DialogServiceConfig |
Class that defines base configurations for dialog service connector.
|
| DialogServiceConnector |
Class that defines a DialogServiceConnector.
|
| EmbeddedSpeechConfig |
Class that defines embedded (offline) speech configuration.
|
| EventHandler<T> |
The EventHandler interface used for all recognition events.
|
| EventHandlerImpl<T> |
Implements the binding between the Speech SDK core event handler and Java event handling.
|
| Grammar |
Represents a generic grammar used to assist in improving speech recogniton accuracy.
|
| GrammarList |
Allows adding multiple grammars to a SpeechRecognizer to improve the accuracy of speech recognition.
|
| HybridSpeechConfig |
Class that defines hybrid (cloud and embedded) configurations for speech recognition and speech synthesis.
|
| IntentRecognitionCanceledEventArgs |
Define payload of intent recognition canceled result events.
|
| IntentRecognitionEventArgs |
Defines content of an intent recognizing/recognized events.
|
| IntentRecognitionResult |
Defines result of intent recognition.
|
| IntentRecognizer |
Performs intent recognition on the speech input.
|
| IntentTrigger |
Defines intent trigger object.
|
| IntRef |
Internal IntRef class
|
| JsonBuilder |
The type Json builder.
|
| JsonBuilderJNI |
The type Json builder jni.
|
| JsonValue |
The type Json value.
|
| JsonValueJNI |
The type Json value jni.
|
| KeyedItem |
An interface that must be implemented by an item inserted into a KeyedItemHashMap.
|
| KeyedItemHashMap<T extends KeyedItem> |
Hash table based implementation of the Map interface.
|
| KeywordRecognitionEventArgs |
Defines content of an keyword recognizing/recognized events.
|
| KeywordRecognitionModel |
Represents a keyword recognition model for recognizing when
the user says a keyword to initiate further speech recognition.
|
| KeywordRecognitionResult |
Defines result of keyword recognition.
|
| KeywordRecognizer |
Performs keyword recognition on the speech input.
|
| LanguageUnderstandingModel |
Represents language understanding model used for intent recognition.
|
| Meeting |
Performs meeting management including add and remove participants.
|
| MeetingTranscriber |
Performs meeting transcribing for audio input streams, and gets transcribed text and user id as a result.
|
| MeetingTranscriptionCanceledEventArgs |
Class that defines meeting transcription canceled events.
|
| MeetingTranscriptionEventArgs |
Class that defines meeting transcription event arguments.
|
| MeetingTranscriptionResult |
Class that defines meeting transcription result.
|
| MicrophoneArrayGeometry |
Represents the geometry of a microphone array.
|
| MicrophoneArrayType |
Types of microphone arrays.
|
| MicrophoneCoordinates |
Represents coordinates of a microphone.
|
| NBestPhoneme |
Contains nbest phoneme information.
|
| NoMatchDetails |
Contains detailed information for NoMatch recognition results.
|
| NoMatchReason |
Defines the possible reasons a recognition result might not be recognized.
|
| OutputFormat |
Define Speech Recognizer output formats.
|
| Participant |
Represents a participant in a conversation transcribing session.
|
| ParticipantChangedReason |
Why the participant changed event was raised.
|
| PatternMatchingEntity |
Represents a pattern matching entity used for intent recognition.
|
| PatternMatchingEntity.EntityMatchMode |
Used to define the match mode of an entity used for intent recognition.
|
| PatternMatchingEntity.EntityType |
Used to define the type of entity used for intent recognition.
|
| PatternMatchingIntent |
Represents a pattern matching intent used for intent recognition.
|
| PatternMatchingModel |
Represents a PatternMatchingModel used for intent recognition.
|
| PhonemeLevelTimingResult |
Contains phoneme level timing results of a recognition operation.
|
| PhraseListGrammar |
Allows additions of new phrases to improve speech recognition.
|
| PresetMicrophoneArrayGeometry |
Types of preset microphone array geometries.
|
| ProfanityOption |
Define profanity option for response result.
|
| PronunciationAssessmentConfig |
Represents pronunciation assessment configuration.
|
| PronunciationAssessmentGradingSystem |
Defines the point system for pronunciation score calibration; default value is FivePoint.
|
| PronunciationAssessmentGranularity |
Defines the pronunciation evaluation granularity; default value is Phoneme.
|
| PronunciationAssessmentResult |
Represents the result of pronunciation assessment.
|
| PropertyCollection |
Represents collection of properties and their values.
|
| PropertyId |
Defines property ids.
|
| PullAudioInputStream |
Represents audio input stream used for custom audio input configurations.
|
| PullAudioInputStreamCallback |
An abstract base class that defines callback methods (read() and close()) for custom audio input streams).
|
| PullAudioOutputStream |
Represents memory backed push audio output stream used for custom audio output configurations.
|
| PushAudioInputStream |
Represents memory backed push audio input stream used for custom audio input configurations.
|
| PushAudioOutputStream |
Represents audio output stream used for custom audio output configurations.
|
| PushAudioOutputStreamCallback |
An abstract base class that defines callback methods (write() and close()) for custom audio output streams).
|
| RecognitionEventArgs |
Defines payload for recognition events like Speech Start/End Detected
|
| RecognitionResult |
Contains detailed information about result of a recognition operation.
|
| Recognizer |
Defines the base class Recognizer which mainly contains common event handlers.
|
| ResultReason |
Defines the possible reasons a recognition result might be generated.
|
| SafeHandle |
Internal SafeHandle class
Note: close() must be called in order to release underlying resources held by the object.
|
| SafeHandleType |
INTERNAL
|
| ServicePropertyChannel |
Defines channels used to send service properties.
|
| SessionEventArgs |
Defines payload for SessionStarted/Stopped events.
|
| SourceLanguageConfig |
Represents source language configuration used for specifying recognition source language.
|
| SpeakerIdentificationModel |
Represents the speaker identification model used for speaker recognition.
|
| SpeakerRecognitionCancellationDetails |
Contains detailed information about why a speaker recognition was canceled.
|
| SpeakerRecognitionResult |
Defines result of speaker recognition.
|
| SpeakerRecognizer |
Performs speaker recognition on the speech input.
|
| SpeakerReferenceChannel |
Defines speaker reference channel position in input audio.
|
| SpeakerVerificationModel |
Represents the speaker verification model used for speaker recognition.
|
| SpeechConfig |
Speech configuration.
|
| SpeechRecognitionCanceledEventArgs |
Defines payload of speech recognition canceled events.
|
| SpeechRecognitionEventArgs |
Defines contents of speech recognizing/recognized event.
|
| SpeechRecognitionModel |
Contains detailed speech recognition model information.
|
| SpeechRecognitionResult |
Defines result of speech recognition.
|
| SpeechRecognizer |
Performs speech recognition from microphone, file, or other audio input streams, and gets transcribed text as result.
|
| SpeechSynthesisBookmarkEventArgs |
Defines contents of speech synthesis bookmark event.
|
| SpeechSynthesisBoundaryType |
Defines the boundary type of speech synthesis boundary event.
|
| SpeechSynthesisCancellationDetails |
Contains detailed information about why a speech synthesis was canceled.
|
| SpeechSynthesisEventArgs |
Defines contents of speech synthesis related event.
|
| SpeechSynthesisOutputFormat |
Defines the possible speech synthesis output audio format.
|
| SpeechSynthesisResult |
Contains detailed information about result of a speech synthesis operation.
|
| SpeechSynthesisVisemeEventArgs |
Defines contents of speech synthesis viseme event.
|
| SpeechSynthesisWordBoundaryEventArgs |
Defines contents of speech synthesis word boundary event.
|
| SpeechSynthesizer |
Performs speech synthesis to speaker, file, or other audio output streams, and gets synthesized audio as result.
|
| SpeechTranslationConfig |
Speech translation configuration.
|
| SpeechTranslationModel |
Contains detailed speech translation model information.
|
| StreamStatus |
Defines the possible status of audio data stream.
|
| StringMapRef |
Internal StringMapRef class
|
| StringRef |
Internal StringRef class
|
| SyllableLevelTimingResult |
Contains syllable level timing results of a recognition operation.
|
| SynthesisVoiceGender |
Define synthesis voice gender.
|
| SynthesisVoicesResult |
Contains detailed information about the retrieved synthesis voices list.
|
| SynthesisVoiceType |
Define synthesis voice type.
|
| TelemetryManager |
Dummy TelemetryManager class.
|
| TimingResult |
Contains timing results of a recognition operation.
|
| TranslationRecognitionCanceledEventArgs |
Defines payload of translation canceled events.
|
| TranslationRecognitionEventArgs |
Defines payload of translation recognizing/recognized events.
|
| TranslationRecognitionResult |
Defines translation recognition result.
|
| TranslationRecognizer |
Performs translation on the speech input.
|
| TranslationSynthesisEventArgs |
Defines the content of translation synthesis result event.
|
| TranslationSynthesisResult |
Defines translation synthesis result, i.e.
|
| TurnStatusReceivedEventArgs |
Class that describes the events of a turn status received event.
|
| User |
Represents a user in a conversation.
|
| VoiceInfo |
Contains detailed information about the synthesis voice information.
|
| VoiceProfile |
A VoiceProfile represents a speaker's uniqueness in his/her voice.
|
| VoiceProfileCancellationDetails |
Contains detailed information about why a voice profile creation was canceled.
|
| VoiceProfileClient |
A voice profile client performs voice profile management for speaker recognition.
|
| VoiceProfileEnrollmentCancellationDetails |
Contains detailed information about why voice profile enrollment was canceled.
|
| VoiceProfileEnrollmentResult |
Defines result of voice profile enrollment.
|
| VoiceProfilePhraseCancellationDetails |
Contains detailed information about why voice profile activation phrase request was canceled.
|
| VoiceProfilePhraseResult |
Defines result of voice profile activation phrase request.
|
| VoiceProfileResult |
Defines result of processing a voice profile.
|
| VoiceProfileType |
Defines voice profile types.
|
| WordLevelTimingResult |
Contains the word level timing results of a recognition operation.
|