UNPKG

@empathyco/x-components

Version:
23 lines (14 loc) 712 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@empathyco/x-types](./x-types.md) &gt; [SemanticQuery](./x-types.semanticquery.md) ## SemanticQuery interface A semantic query is a term related to another in a semantic way. **Signature:** ```typescript export interface SemanticQuery extends NamedModel<'SemanticQuery'> ``` **Extends:** [NamedModel](./x-types.namedmodel.md)<!-- -->&lt;'SemanticQuery'&gt; ## Properties | Property | Modifiers | Type | Description | | --- | --- | --- | --- | | [distance](./x-types.semanticquery.distance.md) | | number | | | [query](./x-types.semanticquery.query.md) | | string | |