Die Kapitel aus einem Video als strukturiertes JSON-Format extrahieren
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.
|
|||||||||||
Freeform-Prompt
Gliedere das Video in Kapitel. Gruppiere dafür die Inhalte und erstelle für jedes kapitel eine Zusammenfassung. Berücksichtige nur wichtige Ereignisse und Highlights. Wenn du dir bei bestimmten Informationen nicht sicher bist, denke dir bitte nichts aus. Gib das Ergebnis im JSON-Format mit Schlüsseln so zurück: "timecode", "ctxSummary".
Antwort[ { "timecode": "0:00-0:19", "chapterSummary": "A panoramic view of Rio de Janeiro, highlighting the iconic Christ the Redeemer statue, Copacabana Beach, and the vibrant city life." }, { "timecode": "0:19-0:28", "chapterSummary": "Introduction to the favelas of Rio, a significant part of the city often depicted negatively in the media." }, { "timecode": "0:28-0:37", "chapterSummary": "Challenging the stereotypical portrayal of favelas, showcasing the everyday lives and resilience of its inhabitants." }, { "timecode": "0:37-0:49", "chapterSummary": "Google's initiative to map the favelas, emphasizing the importance of recognizing their identity and address." }, { "timecode": "0:49-0:57", "chapterSummary": "An invitation to explore the favelas through Google's 360° virtual tour." } ] |
|