Answer Objects
unset
to_encord_dict
get_answer function should be used instead.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Meet Merlin - the agentic intelligence layer for Encord, available wherever you work. Learn more →.
class Answer(ABC, Generic[ValueType, AttributeType])
def unset() -> None
def to_encord_dict(
ranges: Optional[Ranges] = None,
space_id: Optional[str] = None
) -> Optional[AttributeDict | DynamicAttributeObject]
get_answer function should be used instead.
class TextAnswer(Answer[str, TextAttribute])
def set(value: str,
manual_annotation: bool = DEFAULT_MANUAL_ANNOTATION) -> None
@dataclass
class ChecklistAnswer(Answer[List[FlatOption], ChecklistAttribute])
Was this page helpful?
