node-cld
node-cld copied to clipboard
Offset end of languange
Hello,
Is it possibile adding the end offset of language in chunks model, like this?
chunks: [ { name: 'ITALIAN', code: 'it', start: 0, end: 310, bytes: 170 }, { name: 'ENGLISH', code: 'it', start: 315, end: 670, bytes: 236 }, { name: 'ITALIAN', code: 'it', start: 675, end: 800, bytes: 257 } ]
Maybe update package with cld v3 can help you