interface IdentifyEntitiesDefaults {
    collectionId?: string;
    maxEntities?: number;
}

Properties

collectionId?: string
maxEntities?: number