Documentation - v1.5.3
    Preparing search index...

    Type Alias REF_AnnotationManagerExportFormat

    Rich Entity Format (REF) Annotation Manager Export Format

    This format is used to export annotations from the AnnotationManager.

    type REF_AnnotationManagerExportFormat = {
        annotations: REF_ParagraphJSONFormat[];
        labels: Label[];
    }
    Index

    Properties

    Properties

    An array of paragraphs with annotations.

    labels: Label[]

    An array of labels used in the annotations.