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
67
67
"speakerCount": 1,
68
68
"subtitleMaxCharCountPerSegment": 50,
69
69
"exportSubtitleInVideo": false,
70
+ "enableLipSync": false,
70
71
"videoFileUrl": "https://speechstudioprodpublicsa.blob.core.windows.net/ttsvoice/VideoTranslation/PublicDoc/SampleData/es-ES-TryOutOriginal.mp4"
71
72
}
72
73
}' "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:
85
86
"voiceKind" : " PlatformVoice" ,
86
87
"speakerCount" : 1 ,
87
88
"subtitleMaxCharCountPerSegment" : 50 ,
88
- "exportSubtitleInVideo" : false
89
+ "exportSubtitleInVideo" : false ,
90
+ "enableLipSync" : false
89
91
},
90
92
"status" : " NotStarted" ,
91
93
"lastActionDateTime" : " 2025-03-06T19:13:35.669Z" ,
You can’t perform that action at this time.
0 commit comments