als260502 / video-maker

projeto open souce pra fazer videos automatizados

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Estrutura de dados

als260502 opened this issue · comments

content: {
  searchTerm: "...",
  prefix: "...",
  sourceContentOrigina: "...",
  SourceContentSanitized: "...",
  sentences:[
  {
    text: "...",
    keywords: ["..."],
    images: ["..."]
  }
]
}