@empathyco/x-components
Version:
Empathy X Components
75 lines (34 loc) • 928 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@empathyco/x-types](./x-types.md) > [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)<!-- --><'SemanticQuery'>
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[distance](./x-types.semanticquery.distance.md)
</td><td>
</td><td>
number
</td><td>
</td></tr>
<tr><td>
[query](./x-types.semanticquery.query.md)
</td><td>
</td><td>
string
</td><td>
</td></tr>
</tbody></table>