Type Alias NamedEntityGroupBeta

NamedEntityGroup: {
    count: number;
    entity_label: string;
    query: ConceptFilter;
    type: "group";
}

Represents a named group (set?) entities.

Type declaration

  • Betacount: number

    The count of entities in the group.

  • Betaentity_label: string

    The label for the entity group.

  • Betaquery: ConceptFilter

    The query to provide the entites

  • Betatype: "group"

    The type of the entity group, always set to 'group'.