Hi, where is the file generated
configuring enabled audio logging in speech config object ?
Hi, where is the file generated
configuring enabled audio logging in speech config object ?
I haven’t setted up any path so I would to know the default location. Thank you.
@GabrieleSerra-9138 I think there is a bit of confusion with the documentation for enable audio logging. I have tried this scenario and the logs are enable on the service. This is detailed in the speech to text FAQ document here.
The logs can be retrieved using the Get Base Model Endpoint API
For a configuration that I used with the python SDK.
speech_config.enable_audio_logging()
The logs location is available in the response of this API.

The format of the file should contain all the details of the requests you pass to the speech API.
Thank you very much, you was very clear. I have seen that exist the property config.setProperty(PropertyId.Speech_LogFilename, "LogfilePathAndName");
Isn’t a local file created if this property is not setted?
Thank you again
I think in this case also there are restrictions as documented according to the platform being used..
5 people are following this question.