- Removed unnecessary aliases and adjusted slot definitions in Timestamp, Topic, TopicType, TransferEvent, TransferPolicy, and others. - Enhanced descriptions and added alternative language descriptions for TradeUnionArchiveRecordSetType and UnescoIchElement. - Updated slot usage for various archive-related classes to use `equals_string` instead of `equals_expression`. - Streamlined VideoChapter class by refining descriptions and restructuring slot usage for better navigation and organization. - General cleanup of comments and annotations to ensure clarity and maintainability.
40 lines
1.3 KiB
YAML
40 lines
1.3 KiB
YAML
id: https://nde.nl/ontology/hc/class/TextRegion
|
|
name: TextRegion
|
|
title: Text Region
|
|
description: >-
|
|
A region of text detected in an image/video.
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_value
|
|
classes:
|
|
TextRegion:
|
|
class_uri: schema:ImageObject
|
|
description: >-
|
|
Spatially-bounded area within an image or video frame where written or printed characters have been detected through OCR, including bounding box coordinates, confidence scores, and recognized string content.
|
|
alt_descriptions:
|
|
nl:
|
|
text: Tekstregio gedetecteerd in een afbeelding of videoframe.
|
|
de:
|
|
text: Textbereich, der in einem Bild oder Videobild erkannt wurde.
|
|
fr:
|
|
text: Région de texte détectée dans une image ou une image vidéo.
|
|
structured_aliases:
|
|
- literal_form: tekstregio
|
|
in_language: nl
|
|
- literal_form: Textbereich
|
|
in_language: de
|
|
- literal_form: région de texte
|
|
in_language: fr
|
|
broad_mappings:
|
|
- schema:ImageObject
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class created during migration
|
|
custodian_types: '["*"]'
|
|
slots:
|
|
- has_value
|