Hi Jefferson
It's great to hear that you are utilizing Microsoft AI Services - Cognitive Services for your implementations.
Based on the information you provided, it seems that you are concerned about the billing charges related to using the Microsoft SDK for front-end speech recognition.
When using the Speech SDK for front-end speech recognition, you are charged for both the Speech-to-text recognition request and the Language service request for Conversational Language Understanding (CLU). The billing is based on the type of service you are using and the subscription level you have.
If you are looking to reduce costs and be charged less than real-time transcription, you can consider using the recognizeOnceAsync
integration instead of startContinuousRecognition
. The recognizeOnceAsync
method is suitable for scenarios where you need a single recognition result and does not require continuous recognition. This method is more akin to Fast Transcription and may result in lower charges compared to continuous recognition.
To confirm the billing details and explore ways to optimize costs further, I recommend referring to the official Azure Cognitive Services pricing page for the latest information and details specific to your subscription level and usage patterns.
If you have any more questions or need further assistance, feel free to ask!
Abdelaziz