参考| https://docs.microsoft.com/en-us/objectivec/cognitive-services/speech/spxspeechconfiguration
目前在spxspeechconfiguration
objective-c中不包含任何setOutputFormat
允许我们设置它的方法OutputFormat.detailed
。
我需要获取详细信息,因为当前 spxspeechconfiguration 的默认值OutputFormat
是OutputFormat.simple
.
我在 Java for android 看到,它有这个方法 参考| https://docs.microsoft.com/en-us/java/api/com.microsoft.cognitiveservices.speech.speechconfig.setoutputformat?view=azure-java-stable#com_microsoft_cognitiveservices_speech_SpeechConfig_setOutputFormat_OutputFormat_
正如您在 java-android 方法的参考资料中看到的那样,它有setOutputFormat()
,但objective-c 没有。
如何将其设置为OutputFormat.detailed
使用objective-c?请指导我,谢谢。