diff --git a/src/image/annotation.js b/src/image/annotation.js index 13c004f366..87d7824691 100644 --- a/src/image/annotation.js +++ b/src/image/annotation.js @@ -39,13 +39,6 @@ export class Annotation { */ referenceSopUID; - /** - * The position: an Index converted to string. - * - * @type {string} - */ - position; - /** * The mathematical shape. * @@ -83,7 +76,8 @@ export class Annotation { textExpr; /** - * Label position. + * Label position. If undefined, the default shape + * label position will be used. * * @type {Point2D|undefined} */