# Class: TextAnnotationResultSet _A collection of annotation results_ URI: [ann:TextAnnotationResultSet](https://w3id.org/linkml/text_annotator/TextAnnotationResultSet) ```{mermaid} classDiagram class TextAnnotationResultSet TextAnnotationResultSet : annotations TextAnnotationResultSet --> TextAnnotation : annotations ``` ## Slots | Name | Cardinality and Range | Description | Inheritance | | --- | --- | --- | --- | | [annotations](annotations.md) | 0..*
[TextAnnotation](TextAnnotation.md) | all annotations | direct | ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/oak/text_annotator ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | ann:TextAnnotationResultSet | | native | ann:TextAnnotationResultSet | ## LinkML Source ### Direct
```yaml name: TextAnnotationResultSet description: A collection of annotation results from_schema: https://w3id.org/oak/text_annotator attributes: annotations: name: annotations description: all annotations from_schema: https://w3id.org/oak/text_annotator rank: 1000 multivalued: true domain_of: - TextAnnotationResultSet range: TextAnnotation inlined: true ```
### Induced
```yaml name: TextAnnotationResultSet description: A collection of annotation results from_schema: https://w3id.org/oak/text_annotator attributes: annotations: name: annotations description: all annotations from_schema: https://w3id.org/oak/text_annotator rank: 1000 multivalued: true alias: annotations owner: TextAnnotationResultSet domain_of: - TextAnnotationResultSet range: TextAnnotation inlined: true ```