transcript
8 TopicsStream API
Hi everyone. I'm trying to understand if there will be the possibility to have Stream API in the near future. My need is to download the autogenerated transcript, translate it via online services, and then load the new transcript file back on the video. Do u have any advice? thanks MicheleIs there a way to get live transcript in Microsoft Teams?
I am trying to find a way in Microsoft Teams to get the live transcript, I want to be able to subscribe to a meeting/call that it is still running and to get the transcript from it. I understand that there is an Graph API that allows me to get the transcript for a meeting/call that ended, but that's not what I need. I am alright even with faking the subscription and do a HTTP call every 2-5/seconds. After I get the transcript I would like to do some live processing on the text. I am aware that I can connect a bot to a meeting/call and then the bot can interact with the audio stream and use Azure AI Speech Service to convert the Speech-To-Text and get the live text. I found a sample in Microsoft Github repos: https://github.com/microsoftgraph/microsoft-graph-comms-samples/tree/master/Samples/PublicSamples/EchoBot This is a good solution, but if possible I would like to do be able to do one of the following, if possible: get the transcript without a bot that needs to be connected to a session. connect a bot that can interact with the live transcript in order to get all additional metadata, like speaker name.720Views0likes0CommentsGet Microsoft Teams transcript api or sdk
Hi - does anyone know if Microsoft Teams has an API to retrieve a meeting transcript after the meeting has ended or if the teams SDK allows it? I haven't been able to find an API or a way to do it through the SDK, but just wanted to make sure in case I overlooked something. Thanks!Solved6.8KViews2likes4CommentsIs there an alternate way to download transcriptions?
I have a user that created a transcription during a 4 hour long Team meeting but now receives an error when trying to download it. 1. In Microsoft Teams, clicked Calendar 2. Clicked on the meeting invite 3. Clicked Transcript 4. Clicked Download > Download as .docx (also tried .vtt) 5. Get this error: This issue occurs both for her and the meeting owner. It also occurs whether they use the desktop app or the web version of Teams. This has been occurring for several days for this particular meeting. I have read that transcripts are stored in the user's Exchange Online account; is it possible to retrieve it from there? Or from Teams Admin, or using Powershell, ShareGate, or by any other method?Solved2.6KViews1like1CommentSharePoint Transcripts
Hi! I just recently saw that I can generate transcripts on videos in SharePoint, but is there any way to get the transcript downloaded as a standalone file? If we could download the entire transcript, we could edit much more efficiency in Word than having to copy each sentence into a new document. Or we could use the files as captioning for videos that don't need audio updates.5.3KViews0likes3CommentsTranscript not working
Hi, Example: 00:10.000 --> 00:11.000 Caption (subtitle) is visible. Timestamp in transcript is wrong. Result: can't jump to scene. 00:10:00.000 --> 00:11:00.000 Caption isn't visible. Timestamp in transcript is correct. Result: Can jump to scene. However the caption is not visible. Why is this? It seems to me to be a bug.