I'm encountering an issue with the JavaScript SDK for Azure Speech Services. When using either the RecognizeOnceAsync method or the recognized event function, I've observed that the privLanguage property in the console output of the result object is consistently undefined.
My questions are:
Is this due to a configuration issue on my end?
Or is this feature (returning the detected language) not yet implemented in the JavaScript SDK?
I would appreciate any insights into why privLanguage is not being populated and how I can access the detected language information in the JavaScript SDK.
I'm encountering an issue with the JavaScript SDK for Azure Speech Services. When using either the RecognizeOnceAsync method or the recognized event function, I've observed that the privLanguage property in the console output of the result object is consistently undefined. My questions are:
Is this due to a configuration issue on my end? Or is this feature (returning the detected language) not yet implemented in the JavaScript SDK?
I would appreciate any insights into why privLanguage is not being populated and how I can access the detected language information in the JavaScript SDK.