anderson-99 / video-maker

Projeto Open source make videos
MIT License
0 stars 0 forks source link

Estrutura de Dados #3

Open anderson-99 opened 5 years ago

anderson-99 commented 5 years ago
content: {
  searchTerm: "...",
  prefix: "..."
  sourceContentOriginal: "..."
  sourceContentSanitized: "..."
  sentences: [
 {
   text:"...",
   keywordsL: ["..."]
   images: ["..."] é um array
 }
]
 }