Is Bing speech to text & PCI - speech-to-text

For work purposes I would like to deploy and app using Bing speech to text, but I'm being asked does the backend infrastructure have PCI certification,. Any ideas?
thanks

Related

Azure Text-to-Speech SDK vs API: when to use which?

I’m new to using Azure Cognitive Services (and programming in general).
The Azure Text to Speech service is provided through two interfaces: the Speech SDK and the REST API. I was wondering when one should choose to use the SDK or REST API? What are the advantages of the SDK over the API, and vice versa?
The documentation of the Azure Speech SDK is quite vague on this. It says:
In some cases, you can't or shouldn't use the Speech SDK. In those cases, you can use REST APIs to access the Speech service. For example, use the Speech-to-text REST API v3.0 for batch transcription and custom speech.
For context, I’m looking to implement an text-to-speech application that takes a JSON of conversation strings, synthesizes each string to a speech file and saves it to cloud storage. So far I've been using the Speech SDK locally and have managed to save speech files to local storage, but I need to do this in the cloud.
Let me know if I should provide more details and thanks in advance for any insight!

Google cloud speech to text support any browser? Does this works on Safari?

Is there any place where we could validate the supported browsers for Google cloud speech to text?
We want to integrate it to our cloud solution but we don't know which browsers will be supported.

Integrating Azure Bot with Azure Speech Services

Is there a possible way to integrate the speech services with bot? So i would like to know what is the process that goes in the integration of Speech Services with Bot?
How is it possible to do the integration with bot through the key that is obtained from the Azure Speech Service created?
And how to check whether the created Speech Services is working?
Is there any common portal for the Speech Services to be tested like the portal for custom speech(https://westus.cris.ai/Home/CustomSpeech)?
And What are the different ways for integrating?
To test the speech service whether works, you can use the code sample provided by Microsoft without write addition code. Refer to the Next steps section of Text to Speech
Or you can make the REST API using POST man according the documentation.
And to integrate the Speech Service with Bot, you can refer the figure below:

Examples of Web App using Azure Cognitive Services Translator Text API

Does anyone have an code examples of a web app using the Azure Cognitive Services - Translator Text API? I found the UWP and console apps but can't find any web examples.
Thanks
The Node.js samples may be close enough to pure web app client code to get you going:
Node JS Sample
Node JS Quick Start

Is it possible to use the google speech api offline?

For IVR application, I have integrated the google speech API. Its working fine.
But When I deploy the same in client location, there is no internet facility available.
So is it possible to use the google speech API offline in linux machines
It is not possible to use Google cloud speech api offline. Google cloud means that your app is interacting with online algorithms to process image, speech etc.

Resources