jonatanlins / ai-video-maker

Projeto para fazer vídeos usando inteligência artificial
MIT License
0 stars 0 forks source link

Escopo e tarefas #1

Open jonatanlins opened 5 years ago

jonatanlins commented 5 years ago
jonatanlins commented 5 years ago

Estrutura de Dados

content: {
  searchTerm: "...",
  prefix: "...",
  sourceContentOriginal: "...",
  sourceContentSanitized: "...",
  sentences: [
    {
      text: "...",
      keywords: ["..."],
      images: ["..."]
    }
  ]
}