Extrae los capítulos de un video como JSON estructurado
Puedes consultar un modelo directamente y probar los resultados que se muestran cuando usas valores de parámetros diferentes con la consola de Cloud o con una llamada directa a la API de Vertex AI.
|
|||||||||||
Mensaje Formato libre
Divide el contenido del video en capítulos y proporciona un resumen para cada uno. Solo captura eventos clave y momentos destacados. Si no estás seguro de algún dato, no lo inventes. Muestra el resultado en formato JSON con las siguientes claves : "timecode", "chapterSummary".
Respuesta[ { "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." } ] |
|