Hi,
Would someone be able to tell me how to retrieve the list of all the TagAnnotationI objects that are being used, including orphans?
In other words, what is the parent of Projects? User?
Best,
Kouichi
Kouichi_C_Nakamura wrote:Hi,
Would someone be able to tell me how to retrieve the list of all the TagAnnotationI objects that are being used, including orphans?
In other words, what is the parent of Projects? User?
ExperimenterGroup (group)
Experimenter (user)
Project
Dataset
Image
tags = getTagAnnotations(session,tagID)
service = session.getMetadataService
service.loadAnnotations('dataset',int64(1157),'tag',[],[])
service = session.getMetadataService
rootType = 'Dataset'
rootIds = int64(1157)
annnotationTypes = 'TagAnnotation'
annotatorIds = []
options = []
service.loadAnnotations(rootType,rootIds,annnotationTypes,annotatorIds,options)
Return to Developer Discussion
Users browsing this forum: Bing [Bot] and 1 guest