0

In our company want to use the Azure Speech service for ASR of Kids' speech. In our agreement with the parents for this project (and also per company policy), we need to be sure the WAV data (and transcriptions) we send to Cloud based services like this one are not stored nor logged nor kept in any way by the service provider. i could not find information of what info is stored when we use the REST API or Speech API going to the Azure Speech service. any help appreciated.

Md Farid Uddin Kiron
  • 16,817
  • 3
  • 17
  • 43

1 Answers1

0

In addition to the other comment, if you want to have complete control over the data and when it gets deleted you can create your own storage account and use Azure's Bring Your Own Storage feature. This way your speech services account use the storage account that you created for all storage instead of having its own internal storage.

You can then do something like setting up a storage policy that deletes everything inside the storage after x number of days to make sure nothing is being kept.

LFN
  • 196
  • 3
  • 11