Uses of Class
com.microsoft.cognitiveservices.speech.OutputFormat
-
Packages that use OutputFormat Package Description com.microsoft.cognitiveservices.speech com.microsoft.cognitiveservices.speech.transcription -
-
Uses of OutputFormat in com.microsoft.cognitiveservices.speech
Methods in com.microsoft.cognitiveservices.speech that return OutputFormat Modifier and Type Method Description OutputFormatSpeechConfig. getOutputFormat()Gets speech recognition output format (simple or detailed).OutputFormatSpeechRecognizer. getOutputFormat()Gets the output format of recognition.OutputFormatEmbeddedSpeechConfig. getSpeechRecognitionOutputFormat()Gets the embedded speech recognition output format.OutputFormatHybridSpeechConfig. getSpeechRecognitionOutputFormat()Gets the speech recognition output format.static OutputFormatOutputFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static OutputFormat[]OutputFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.cognitiveservices.speech with parameters of type OutputFormat Modifier and Type Method Description voidSpeechConfig. setOutputFormat(OutputFormat format)Sets speech recognition output format (simple or detailed).voidEmbeddedSpeechConfig. setSpeechRecognitionOutputFormat(OutputFormat value)Sets the speech recognition output format.voidHybridSpeechConfig. setSpeechRecognitionOutputFormat(OutputFormat value)Sets the speech recognition output format. -
Uses of OutputFormat in com.microsoft.cognitiveservices.speech.transcription
Methods in com.microsoft.cognitiveservices.speech.transcription that return OutputFormat Modifier and Type Method Description OutputFormatConversationTranscriber. getOutputFormat()Gets the output format of recognition.OutputFormatMeetingTranscriber. getOutputFormat()Gets the output format of recognition.
-