Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Die Kapitel aus einem Video werden als strukturiertes JSON-Format extrahiert.
Sie können ein Modell direkt abfragen und die zurückgegebenen Ergebnisse testen, wenn Sie verschiedene Parameterwerte mit der Cloud Console oder durch direkten Aufruf der Vertex AI API verwenden.
Sie können den Videoinhalt in Kapitel unterteilen, indem Sie den Videoinhalt in Kapitel gruppiert und für jedes Kapitel eine Zusammenfassung zusammenfassen. Bitte berücksichtigen Sie nur wichtige Ereignisse und Highlights. Wenn Sie sich bei bestimmten Informationen nicht sicher sind, denken Sie sich bitte nichts aus. Geben Sie das Ergebnis im JSON-Format mit Schlüsseln so zurück: "timecode", "ctxSummary".
Antwort
[{"timecode":"00:00-00:04","chapterSummary":"The video starts with an aerial view of Rio de Janeiro, showcasing the Christ the Redeemer statue and the coastline. The title card for \"Google presents Beyond the Map\" is displayed."},{"timecode":"00:04-00:10","chapterSummary":"The video shows various scenes of Rio's famous beaches, including people playing soccer, a vendor selling hats, and a man relaxing on the sand. An aerial view of the city's landscape is also shown."},{"timecode":"00:10-00:18","chapterSummary":"The video continues to showcase the well-known aspects of Rio, such as a skateboarder, a man sunbathing, and people walking along the beach. It also features a street musician playing a guitar."},{"timecode":"00:18-00:35","chapterSummary":"The video shifts focus to the favelas, highlighting the dense housing and daily life within these communities. It also touches upon the negative perceptions often associated with favelas, such as crime and poverty."},{"timecode":"00:35-00:48","chapterSummary":"The video explains Google's initiative to map the favelas, emphasizing the importance of providing addresses to residents and fostering a better understanding of these communities. It shows scenes of daily life in the favelas, including children playing soccer and people going about their daily routines."},{"timecode":"00:48-00:57","chapterSummary":"The video concludes with text stating that over 1.4 million people in Rio live in favelas, inviting viewers to explore their world in 360° via a provided link. The Google logo and website address are displayed."}]
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-09-04 (UTC)."],[],[],null,["Extract the chapters in a video as structured JSON\n\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| You can query a model directly and test the results returned when using different parameter values with the Cloud console, or by calling the Vertex AI API directly. - For an example of using the Vertex AI API, see [Quickstart using the Vertex AI API](/vertex-ai/generative-ai/docs/start/quickstarts/api-quickstart). - To view this sample in the Cloud console: [Go to Google Cloud console](https://console.cloud.google.com/vertex-ai/generative/language/prompt-examples/Extract%20video%20chapters) \u003cbr /\u003e ||\n| Prompt Freeform Your browser does not support HTML5 video. Chapterize the video content by grouping the video content into chapters and providing a summary for each chapter. Please only capture key events and highlights. If you are not sure about any info, please do not make it up. Return the result in the JSON format with keys as follows : \"timecode\", \"chapterSummary\" Response [ { \"timecode\": \"00:00-00:04\", \"chapterSummary\": \"The video starts with an aerial view of Rio de Janeiro, showcasing the Christ the Redeemer statue and the coastline. The title card for \\\"Google presents Beyond the Map\\\" is displayed.\" }, { \"timecode\": \"00:04-00:10\", \"chapterSummary\": \"The video shows various scenes of Rio's famous beaches, including people playing soccer, a vendor selling hats, and a man relaxing on the sand. An aerial view of the city's landscape is also shown.\" }, { \"timecode\": \"00:10-00:18\", \"chapterSummary\": \"The video continues to showcase the well-known aspects of Rio, such as a skateboarder, a man sunbathing, and people walking along the beach. It also features a street musician playing a guitar.\" }, { \"timecode\": \"00:18-00:35\", \"chapterSummary\": \"The video shifts focus to the favelas, highlighting the dense housing and daily life within these communities. It also touches upon the negative perceptions often associated with favelas, such as crime and poverty.\" }, { \"timecode\": \"00:35-00:48\", \"chapterSummary\": \"The video explains Google's initiative to map the favelas, emphasizing the importance of providing addresses to residents and fostering a better understanding of these communities. It shows scenes of daily life in the favelas, including children playing soccer and people going about their daily routines.\" }, { \"timecode\": \"00:48-00:57\", \"chapterSummary\": \"The video concludes with text stating that over 1.4 million people in Rio live in favelas, inviting viewers to explore their world in 360° via a provided link. The Google logo and website address are displayed.\" } ] | |------------------------|----------------------| | **Model:** | gemini-1.5-flash-002 | | **Temperature:** | 0.2 | | **Max output tokens:** | 8192 | | **TopK:** | 40.0 | | **TopP:** | 0.95 | |"]]