동영상의 챕터를 구조화된 JSON으로 추출
모델을 직접 쿼리하고 Cloud 콘솔에서 다른 매개변수 값을 사용하거나 Vertex AI API를 직접 호출하여 반환된 결과를 테스트할 수 있습니다.
|
|||||||||||
자유 형식 프롬프트
동영상 콘텐츠를 챕터로 그룹화하고 각 챕터의 요약을 제공하여 동영상 콘텐츠를 구분합니다. 주요 이벤트와 하이라이트만 캡처하세요. 잘 모르는 정보가 있다면 포함하지 마세요. 'timecode', 'chapterSummary' 등의 키를 사용하여 JSON 형식으로 결과를 반환합니다.
응답[ { "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." } ] |
|