NLQAnnotation

NLQAnnotation(annotation, annotation_type)

Parameters

annotation
str
required
The annotation text.
annotation_type
NLQAnnotationType
required
The type of annotation.

Properties

annotation
str
The annotation text content.
annotation_type
NLQAnnotationType
The type classification of this annotation.

NLQAnnotationType

NLQAnnotationType(*args, **kwds)
Enumeration defining the types of annotations used in natural language query processing.

Inheritance

Inheritance Chain:
  • NLQAnnotationType
  • Enum

Values

ALLOWED_VALUES
NLQAnnotationType
Annotation type for specifying allowed parameter values.
DESCRIPTION
NLQAnnotationType
Annotation type for providing parameter descriptions.
FIELD_SET
NLQAnnotationType
Annotation type for defining field sets.
FILTER_TYPE
NLQAnnotationType
Annotation type for specifying filter types.
TYPE
NLQAnnotationType
Annotation type for parameter type information.