# Slot: model _The name of the model to use for annotation. The specifics of this are implementation-dependent._ URI: [ann:model](https://w3id.org/linkml/text_annotator/model) ## Applicable Classes | Name | Description | Modifies Slot | | --- | --- | --- | | [TextAnnotationConfiguration](TextAnnotationConfiguration.md) | configuration for search | no | ## Properties * Range: [String](String.md) ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/oak/text_annotator ## LinkML Source
```yaml name: model description: The name of the model to use for annotation. The specifics of this are implementation-dependent. from_schema: https://w3id.org/oak/text_annotator rank: 1000 alias: model owner: TextAnnotationConfiguration domain_of: - TextAnnotationConfiguration range: string ```