Skip to content

Commit 26b7352

Browse files
committed
enablelipsync
1 parent db8aaf5 commit 26b7352

File tree

1 file changed

+3
-1
lines changed
  • articles/ai-services/speech-service/includes/how-to/video-translation

1 file changed

+3
-1
lines changed

articles/ai-services/speech-service/includes/how-to/video-translation/rest.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)