filiperochs-zz / videomaker-bak

Projeto open-source para automatizar criação de vídeos.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Estrutura de dados

filiperochs-zz opened this issue · comments

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