Interface AnnotationId

AnnotationId

interface AnnotationId {
    job_id?: number;
    obj_id?: number;
    shape_type?: null | ShapeType;
    type?: AnnotationIdTypeEnum;
}

Properties

job_id?: number

AnnotationId

obj_id?: number

AnnotationId

shape_type?: null | ShapeType

AnnotationId

AnnotationId