File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
articles/ai-services/speech-service/includes/how-to/video-translation Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ curl -v -X PUT -H "Ocp-Apim-Subscription-Key: YourSpeechResourceKey" -H "Operati
6767 "speakerCount": 1,
6868 "subtitleMaxCharCountPerSegment": 50,
6969 "exportSubtitleInVideo": false,
70+ "enableLipSync": false,
7071 "videoFileUrl": "https://speechstudioprodpublicsa.blob.core.windows.net/ttsvoice/VideoTranslation/PublicDoc/SampleData/es-ES-TryOutOriginal.mp4"
7172 }
7273}' "https://YourSpeechResourceRegion.api.cognitive.microsoft.com/videotranslation/translations/Your-Translation-Id?api-version=2024-05-20"
@@ -85,7 +86,8 @@ You should receive a response body in the following format:
8586 "voiceKind" : " PlatformVoice" ,
8687 "speakerCount" : 1 ,
8788 "subtitleMaxCharCountPerSegment" : 50 ,
88- "exportSubtitleInVideo" : false
89+ "exportSubtitleInVideo" : false ,
90+ "enableLipSync" : false
8991 },
9092 "status" : " NotStarted" ,
9193 "lastActionDateTime" : " 2025-03-06T19:13:35.669Z" ,
You can’t perform that action at this time.
0 commit comments