Vídeo: extraia os capítulos de um vídeo como um JSON estruturado.
É possível consultar um modelo diretamente e testar os resultados retornados ao usar diferentes valores de parâmetros com o console do Cloud ou ao chamar a API Vertex AI diretamente.
|
|||||||||||
Comando Formato livre
Para dividir o conteúdo do vídeo em capítulos, agrupe o conteúdo em capítulos e forneça um resumo de cada capítulo. Capture apenas eventos principais e destaques. Se você não tiver certeza sobre nenhuma informação, não invente. Retorne o resultado no formato JSON com as chaves da seguinte maneira: "timecode", "ChapterSummary"
Resposta[ { "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." } ] |
|