動画のチャプターを構造化 JSON として抽出する
モデルにクエリを直接実行して、返された結果をテストできます。その場合、Cloud コンソールでさまざまなパラメータ値を使用することも、Vertex AI API を直接呼び出すこともできます。
|
|||||||||||
自由形式のプロンプト
動画コンテンツをチャプターに分割し、各チャプターに概要を示すことで、動画コンテンツをチャプター化します。重要なイベントとハイライトのみをキャプチャしてください。不明な情報については、推測しないでください。結果を JSON 形式で返します。キーは、"timecode" と "chapterSummary" です。
レスポンス[ { "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." } ] |
|