Only using meeting transcripts

Copper Contributor

Hi! I am looking for a way to only store team meeting transcripts. I'd like to summarize the transcripts and storing the videos are not necessary. How to do this efficiently, i.e. not having to delete every video file manually? And is it possible to than extract the transcript from the folder and load it for example into a Python notebook on Azure for text processing?  

1 Reply

@anjkn  Currently there is no API for Stream, so you need to do every step manually. You have to wait for the transcipt, you have to download it and you have to delete the video manually.

 

Not official: The download of the transcript is an API call, but I could not manage to predict the parameter so that you can pull until there is content in the Response (https://<location>.api.microsoftstream.com/api/texttracks/...).