MUSQUITU / Rob-Video

Projeto open source para fazer vídeos automatizados
MIT License
0 stars 0 forks source link

ESTRUTURA DE DADOS #4

Open MUSQUITU opened 5 years ago

MUSQUITU commented 5 years ago
 content : {
   searchTerm: "...",
   prefix : "...",
  sourceContentOriginal "...",
  sourceContentSanitized "...",
  sentences: [
  {
    text: "...",
    keyword ["..."],
    images: ["..."]  
}
]
}