Estrai i capitoli del video

Estrazione dei capitoli in un video come JSON strutturato

Puoi eseguire query direttamente su un modello e testare i risultati restituiti quando utilizzi valori parametro diversi con la console Cloud o chiamando direttamente l'API Vertex AI.

Richiesta in formato libero

Crea un capitolo completo dei contenuti video raggruppandoli in capitoli e fornendo un riepilogo per ogni capitolo. Acquisisci solo eventi chiave ed eventi salienti. Se non sei sicuro di questa informazione, non inventarla. Restituisci il risultato in formato JSON con le chiavi, come segue : "timecode", "sectionSummary"

Risposta

[
  {
    "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."
  }
]
Modello: gemini-1.5-flash-001
Temperatura: 1
Numero massimo di token di output: 8192
TopK: 40
TopP: 0,95