CtrHellenicStudies / OpenVideoAnnotation

Open Video Annotation Project
GNU General Public License v2.0
111 stars 37 forks source link

API #2

Closed parisni closed 8 years ago

parisni commented 9 years ago

Hi,

About the API, it there a way to get all the annotation within js ?

somethink like ova.getAnnotations(); and something like ova.restoreAnnotations(myAnnots);

I have found them on annotatorjs (need to read the source ><) & annotoriousjs (api well described :) )

Thanks

danielcebrian commented 8 years ago

Hi, sorry for the delay, I did not see it until now.

You can get all the annotations in: ova.annotator.plugins.Store.annotations

Best, Daniel