MetaAnnotations
Bases: BaseModel
Represents a meta annotation with a name, value, and optional confidence.
Attributes:
Name | Type | Description |
---|---|---|
name |
str
|
The name of the meta annotation. |
value |
Enum
|
The value of the meta annotation. |
confidence |
float
|
The confidence level of the meta annotation. |