We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d9d683 commit 62e689aCopy full SHA for 62e689a
genai/video-generation/videogen-with-img.js
@@ -54,7 +54,7 @@ async function generateVideo(
54
if (operation.response) {
55
console.log(operation.response.generatedVideos[0].video.uri);
56
}
57
- return operation;
+ return operation.response.generatedVideos[0].video.uri;
58
59
60
genai/video-generation/videogen-with-txt.js
@@ -49,7 +49,7 @@ async function generateVideo(
49
50
51
52
53
0 commit comments