MARCIORAINER / video-maker

Projeto marciorainer
MIT License
0 stars 0 forks source link

Estrutura de dados #2

Open MARCIORAINER opened 5 years ago

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