Estrarre i capitoli del video

Estrai i capitoli di 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.

Prompt in formato libero

Suddivide i contenuti del video raggruppandoli in capitoli e fornendo un riepilogo per ogni capitolo. Acquisisci solo eventi chiave e momenti salienti. Se hai dei dubbi su qualche informazione, non inventarti. Restituisce il risultato nel formato JSON con le chiavi come segue : "timecode", "headingSummary"

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