Forum Discussion
stuartmcgarrity
Oct 24, 2022Brass Contributor
Keeping track of which videos have transcripts
We need to generate transcripts (and sometimes chapters) for all of our videos.
As we need to do this manually for each video for now, I need to keep track of which videos have the transcript and which do not.
To allow me to do this, is there a property I can query for the presence of transcripts (and chapters)?
Thank you.
- Thanks for the suggestion. That worked. Looking at the UI calls I was able to determine that I can use:
https://mathworks.sharepoint.com/sites/<sitename>/_api/v2.1/drives/<driveID>/items/<itemid>/media/transcripts/<transcriptid>/streamContent?format=json";
2 Replies
Sort By
- Marc Mroz
Microsoft
Not that I know of. You can look at the API that the UI calls to load those things?- stuartmcgarrityBrass ContributorThanks for the suggestion. That worked. Looking at the UI calls I was able to determine that I can use:
https://mathworks.sharepoint.com/sites/<sitename>/_api/v2.1/drives/<driveID>/items/<itemid>/media/transcripts/<transcriptid>/streamContent?format=json";