Skip to content

webknossos.annotation.annotation_info

# &nbsp class AnnotationInfo:

Data class containing information about a WEBKNOSSOS annotation

# &nbsp AnnotationInfo( id: str, owner_id: Union[str, NoneType], name: str, description: str, type: webknossos.annotation.annotation.AnnotationType, state: webknossos.annotation.annotation.AnnotationState )

Method generated by attrs for class AnnotationInfo.

# &nbsp id: str
# &nbsp owner_id: Union[str, NoneType]
# &nbsp name: str
# &nbsp description: str
# &nbsp def download_annotation(self) -> webknossos.annotation.annotation.Annotation:

Downloads and returns the annotation that is discribed by this AnnotationInfo object

# &nbsp user_id: Union[str, NoneType]