A B C D E F G I L M N O R S V W 

A

AdmRecoOnlyPreferences - Class in com.microsoft.ProjectOxford
A streamlined set of parameters for use for Adm and Reco situations to configure speech services.
AdmRecoOnlyPreferences() - Constructor for class com.microsoft.ProjectOxford.AdmRecoOnlyPreferences
 
AudioCompressionType - Enum in com.microsoft.ProjectOxford
Indicates the type of compression applied to the audio data
audioStart() - Method in class com.microsoft.bing.speech.ConversationBase
The microphone is turned on and data from the microphone is sent to the Speech Recognition Service.
audioStop() - Method in class com.microsoft.bing.speech.ConversationBase
The microphone is turned off and the connection to the Speech Recognition Server is severed.
AudioStream - Class in com.microsoft.bing.speech
The Audio Stream class.
AverageBytesPerSecond - Variable in class com.microsoft.ProjectOxford.SpeechAudioFormat
This value indicates how many bytes of audio data must be streamed to a D/A converter per second in order to play the audio.

B

BitsPerSample - Variable in class com.microsoft.ProjectOxford.SpeechAudioFormat
The number of significant bits in each audio sample.
BlockAlign - Variable in class com.microsoft.ProjectOxford.SpeechAudioFormat
The number of data bytes per sample slice.

C

ChannelCount - Variable in class com.microsoft.ProjectOxford.SpeechAudioFormat
The number of separate audio signals in the audio data.
close() - Method in class com.microsoft.bing.speech.AudioStream
Closes this stream.
com.microsoft.bing.speech - package com.microsoft.bing.speech
 
com.microsoft.ProjectOxford - package com.microsoft.ProjectOxford
 
Confidence - Enum in com.microsoft.ProjectOxford
Indicates the Confidence level ascribed by the Speech Recognition Server to each n-best result.
Confidence - Variable in class com.microsoft.ProjectOxford.RecognizedPhrase
A value representing high, medium or low confidence.
Contract - Class in com.microsoft.ProjectOxford
Preconditions and assertions
ConversationBase - Class in com.microsoft.bing.speech
Base class for Conversational Understanding Sessions
ConversationBase() - Constructor for class com.microsoft.bing.speech.ConversationBase
 
Create(int) - Static method in enum com.microsoft.ProjectOxford.AudioCompressionType
Convert an integer to its corresponding AudioCompressionType.
Create(int) - Static method in enum com.microsoft.ProjectOxford.Confidence
Convert an integer to its corresponding Confidence.
Create(int) - Static method in enum com.microsoft.ProjectOxford.RecognitionStatus
Convert an integer to its corresponding RecognitionStatus.
create16BitPCMFormat(int) - Static method in class com.microsoft.ProjectOxford.SpeechAudioFormat
Produces a SpeechAudioFormat for 16-bit PCM data.
createDataClient(Activity, SpeechRecognitionMode, String, ISpeechRecognitionServerEvents, String) - Static method in class com.microsoft.ProjectOxford.SpeechRecognitionServiceFactory
Create a DataRecognitionClient -- for speech recognition with data (for example from a file or audio source).
createDataClient(Activity, SpeechRecognitionMode, String, ISpeechRecognitionServerEvents, String, String) - Static method in class com.microsoft.ProjectOxford.SpeechRecognitionServiceFactory
Create a DataRecognitionClient with Acoustic Model Adaptation -- for speech recognition with data (for example from a file or audio source).
createDataClient(SpeechRecognitionMode, String, ISpeechRecognitionServerEvents, String) - Static method in class com.microsoft.ProjectOxford.SpeechRecognitionServiceFactory
Create a DataRecognitionClient -- for speech recognition with data (for example from a file or audio source).
createDataClient(SpeechRecognitionMode, String, ISpeechRecognitionServerEvents, String, String) - Static method in class com.microsoft.ProjectOxford.SpeechRecognitionServiceFactory
Create a DataRecognitionClient with Acoustic Model Adaptation -- for speech recognition with data (for example from a file or audio source).
createDataClientWithIntent(Activity, String, ISpeechRecognitionServerEvents, String, String, String) - Static method in class com.microsoft.ProjectOxford.SpeechRecognitionServiceFactory
Create a DataRecognitionClientWithIntent -- for speech recognition with data (for example from a file or audio source).
createDataClientWithIntent(Activity, String, ISpeechRecognitionServerEvents, String, String, String, String) - Static method in class com.microsoft.ProjectOxford.SpeechRecognitionServiceFactory
Create a DataRecognitionClientWithIntent with Acoustic Model Adaptation -- for speech recognition with data (for example from a file or audio source).
createDataClientWithIntent(String, ISpeechRecognitionServerEvents, String, String, String) - Static method in class com.microsoft.ProjectOxford.SpeechRecognitionServiceFactory
Create a DataRecognitionClientWithIntent -- for speech recognition with data (for example from a file or audio source).
createDataClientWithIntent(String, ISpeechRecognitionServerEvents, String, String, String, String) - Static method in class com.microsoft.ProjectOxford.SpeechRecognitionServiceFactory
Create a DataRecognitionClientWithIntent with Acoustic Model Adaptation -- for speech recognition with data (for example from a file or audio source).
createMicrophoneClient(Activity, SpeechRecognitionMode, String, ISpeechRecognitionServerEvents, String) - Static method in class com.microsoft.ProjectOxford.SpeechRecognitionServiceFactory
Create a MicrophoneRecognitionClient -- for speech recognition from the microphone.
createMicrophoneClient(Activity, SpeechRecognitionMode, String, ISpeechRecognitionServerEvents, String, String) - Static method in class com.microsoft.ProjectOxford.SpeechRecognitionServiceFactory
Create a MicrophoneRecognitionClient with Acoustic Model Adaptation -- for speech recognition from the microphone.
createMicrophoneClient(SpeechRecognitionMode, String, ISpeechRecognitionServerEvents, String) - Static method in class com.microsoft.ProjectOxford.SpeechRecognitionServiceFactory
Create a MicrophoneRecognitionClient -- for speech recognition from the microphone.
createMicrophoneClient(SpeechRecognitionMode, String, ISpeechRecognitionServerEvents, String, String) - Static method in class com.microsoft.ProjectOxford.SpeechRecognitionServiceFactory
Create a MicrophoneRecognitionClient with Acoustic Model Adaptation -- for speech recognition from the microphone.
createMicrophoneClientWithIntent(Activity, String, ISpeechRecognitionServerEvents, String, String, String) - Static method in class com.microsoft.ProjectOxford.SpeechRecognitionServiceFactory
Create a MicrophoneRecognitionClientWithIntent -- for speech recognition from the microphone.
createMicrophoneClientWithIntent(Activity, String, ISpeechRecognitionServerEvents, String, String, String, String) - Static method in class com.microsoft.ProjectOxford.SpeechRecognitionServiceFactory
Create a MicrophoneRecognitionClientWithIntent with Acoustic Model Adaptation -- for speech recognition from the microphone.
createMicrophoneClientWithIntent(String, ISpeechRecognitionServerEvents, String, String, String) - Static method in class com.microsoft.ProjectOxford.SpeechRecognitionServiceFactory
Create a MicrophoneRecognitionClientWithIntent -- for speech recognition from the microphone.
createMicrophoneClientWithIntent(String, ISpeechRecognitionServerEvents, String, String, String, String) - Static method in class com.microsoft.ProjectOxford.SpeechRecognitionServiceFactory
Create a MicrophoneRecognitionClientWithIntent with Acoustic Model Adaptation -- for speech recognition from the microphone.
createSiren7Format(int) - Static method in class com.microsoft.ProjectOxford.SpeechAudioFormat
Produces a SpeechAudioFormat for data encoded in Siren7.

D

DataRecognitionClient - Class in com.microsoft.ProjectOxford
Use the AzureIntelligentServices to do speech recognition with data (for example from a file or audio source).
DataRecognitionClientWithIntent - Class in com.microsoft.ProjectOxford
Use the AzureIntelligentServices to do speech recognition with data (for example from a file or audio source).
DictationContext - Static variable in class com.microsoft.ProjectOxford.SpeechRecognitionServiceFactory
 
DisplayText - Variable in class com.microsoft.ProjectOxford.RecognizedPhrase
The recognized phrase with inverse text normalization, capitalization, punctuation and profanity masking applied.

E

EncodingFormat - Variable in class com.microsoft.ProjectOxford.SpeechAudioFormat
Specifies the type of compression used on the audio data as a short.
endAudio() - Method in class com.microsoft.ProjectOxford.DataRecognitionClient
Notify the server that client is done sending audio buffers to the Speech Recognition Service.
endMicAndRecognition() - Method in class com.microsoft.ProjectOxford.MicrophoneRecognitionClient
The microphone is turned off and the connection to the Speech Recognition Server is severed.

F

fail() - Static method in class com.microsoft.ProjectOxford.Contract
Put stack trace on the log and exit program.
finalize() - Method in class com.microsoft.bing.speech.AudioStream
Finalizes the object.
finalize() - Method in class com.microsoft.bing.speech.ConversationBase
Should only be called when client is ready to break the connection with the Speech Recognition Server.
finalize() - Method in class com.microsoft.ProjectOxford.DataRecognitionClient
Should only be called when client is ready to break the connection with the Speech Recognition Server.
flush() - Method in class com.microsoft.bing.speech.AudioStream
Flushes this stream.
FormatSpecificData - Variable in class com.microsoft.ProjectOxford.SpeechAudioFormat
Extra bytes for use to describe parameters to certain audio compression types.

G

getAPIVersion() - Static method in class com.microsoft.ProjectOxford.SpeechRecognitionServiceFactory
 
getHeaders() - Method in class com.microsoft.bing.speech.Intent
 
getPayload() - Method in class com.microsoft.bing.speech.Intent
 
getUri() - Method in class com.microsoft.bing.speech.Intent
 
getValue() - Method in enum com.microsoft.ProjectOxford.AudioCompressionType
Gets the integer value of the AudioCompressionType.
getValue() - Method in enum com.microsoft.ProjectOxford.Confidence
Gets the integer value of the Confidence.
getValue() - Method in enum com.microsoft.ProjectOxford.RecognitionStatus
Gets the integer value of the RecognitionStatus.

I

Intent - Class in com.microsoft.bing.speech
Used for handling Intent from the service
Intent() - Constructor for class com.microsoft.bing.speech.Intent
 
InverseTextNormalizationResult - Variable in class com.microsoft.ProjectOxford.RecognizedPhrase
Inverse text normalization (ITN) converts phrases like "one two three four" to a normalized form such as "1234".
IPreferences - Interface in com.microsoft.bing.speech
Defines the contract for all Speech related preferences
ISpeechRecognitionServerEvents - Interface in com.microsoft.ProjectOxford
Handles callbacks for Speech related events

L

LexicalForm - Variable in class com.microsoft.ProjectOxford.RecognizedPhrase
The recognized phrase, without any post-processing.

M

MaskedInverseTextNormalizationResult - Variable in class com.microsoft.ProjectOxford.RecognizedPhrase
The recognized phrase with inverse text normalization and profanity masking applied, but not capitalization or punctuation.
MicrophoneRecognitionClient - Class in com.microsoft.ProjectOxford
AzureIntelligentServices speech recognition from the microphone.
MicrophoneRecognitionClientWithIntent - Class in com.microsoft.ProjectOxford
AzureIntelligentServices speech recognition from the microphone.

N

notImplemented() - Static method in class com.microsoft.ProjectOxford.Contract
Put stack trace on the log and exit program.

O

onAudioEvent(boolean) - Method in interface com.microsoft.ProjectOxford.ISpeechRecognitionServerEvents
Invoked when the audio recording state has changed.
onError(int, String) - Method in interface com.microsoft.ProjectOxford.ISpeechRecognitionServerEvents
Invoked when an error is detected
onFinalResponseReceived(RecognitionResult) - Method in interface com.microsoft.ProjectOxford.ISpeechRecognitionServerEvents
In ShortPhrase mode, the client gets one final multiple n-best choice result when recognition is complete.
onIntentReceived(String) - Method in interface com.microsoft.ProjectOxford.ISpeechRecognitionServerEvents
Invoked when an intent parsing is received.
onPartialResponseReceived(String) - Method in interface com.microsoft.ProjectOxford.ISpeechRecognitionServerEvents
Invoked when during the recognition process, the Speech Recognition server can create a hypothesis on what the recognized text might be.

R

RecognitionResult - Class in com.microsoft.ProjectOxford
In ShortPhrase mode the client gets one final multiple n-best choice result and in LongDictation mode the client will receive multiple final results (each with just a single choice), based on where the server thinks sentence pauses are.
RecognitionResult() - Constructor for class com.microsoft.ProjectOxford.RecognitionResult
 
RecognitionStatus - Variable in class com.microsoft.ProjectOxford.RecognitionResult
Status on how the recognition was produced.
RecognitionStatus - Enum in com.microsoft.ProjectOxford
Status on how the recognition was produced.
RecognizedPhrase - Class in com.microsoft.ProjectOxford
A Confidence value for the recognized text and the recognized text with a set of processing types applied to it.
RecognizedPhrase() - Constructor for class com.microsoft.ProjectOxford.RecognizedPhrase
 
requires(boolean) - Static method in class com.microsoft.ProjectOxford.Contract
Assert condition and if false, put stack trace on the log and exit program.
Results - Variable in class com.microsoft.ProjectOxford.RecognitionResult
A set of n-best confidence values and recognized texts

S

SamplesPerSecond - Variable in class com.microsoft.ProjectOxford.SpeechAudioFormat
Audio sample slices per second (one slice includes all the channel samples).
sendAudio(byte[], int) - Method in class com.microsoft.ProjectOxford.DataRecognitionClient
Send buffers of audio to the Speech Recognition Service.
sendAudioFormat(SpeechAudioFormat) - Method in class com.microsoft.ProjectOxford.DataRecognitionClient
If you are not sending up a audio file in wave format, and instead you have just raw data, then before sending up any audio data, you must first send up an SpeechAudioFormat descriptor to describe the layout and format of your raw audio data.
setClientId(String) - Method in class com.microsoft.ProjectOxford.AdmRecoOnlyPreferences
 
setClientSecret(String) - Method in class com.microsoft.ProjectOxford.AdmRecoOnlyPreferences
 
setLocale(String) - Method in interface com.microsoft.bing.speech.IPreferences
 
setLocale(String) - Method in class com.microsoft.ProjectOxford.AdmRecoOnlyPreferences
 
setLuisAppId(String) - Method in class com.microsoft.ProjectOxford.AdmRecoOnlyPreferences
 
setLuisSubscriptionId(String) - Method in class com.microsoft.ProjectOxford.AdmRecoOnlyPreferences
 
setMicrophoneTimeout(int) - Method in class com.microsoft.ProjectOxford.AdmRecoOnlyPreferences
 
setServiceUri(String) - Method in class com.microsoft.ProjectOxford.AdmRecoOnlyPreferences
 
SpeechAudioFormat - Class in com.microsoft.ProjectOxford
The SpeechAudioFormat contains information about how the audio data was recorded and stored including the type of compression used, number of channels, sample rate, bits per sample and other attributes.
SpeechAudioFormat() - Constructor for class com.microsoft.ProjectOxford.SpeechAudioFormat
 
SpeechRecognitionMode - Enum in com.microsoft.ProjectOxford
Determines what type of request to make to the Speech Recognition Server.
SpeechRecognitionServiceFactory - Class in com.microsoft.ProjectOxford
Use the AzureIntelligentServices to work with the Speech Recognition Service.
startMicAndRecognition() - Method in class com.microsoft.ProjectOxford.MicrophoneRecognitionClient
The microphone is turned on and data from the microphone is sent to the Speech Recognition Service.

V

valueOf(String) - Static method in enum com.microsoft.ProjectOxford.AudioCompressionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.ProjectOxford.Confidence
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.ProjectOxford.RecognitionStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.ProjectOxford.SpeechRecognitionMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.microsoft.ProjectOxford.AudioCompressionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.ProjectOxford.Confidence
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.ProjectOxford.RecognitionStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.ProjectOxford.SpeechRecognitionMode
Returns an array containing the constants of this enum type, in the order they are declared.

W

write(byte[], int, int) - Method in class com.microsoft.bing.speech.AudioStream
Writes to the audio stream.
write(byte[]) - Method in class com.microsoft.bing.speech.AudioStream
Equivalent to write(buffer, 0, buffer.length).
write(int) - Method in class com.microsoft.bing.speech.AudioStream
Writes to the audio stream.
writeAudioFormat(short, int, short, short, short, int, byte[]) - Method in class com.microsoft.bing.speech.AudioStream
 
A B C D E F G I L M N O R S V W