Documentation Index
Fetch the complete documentation index at: https://docs.encord.com/llms.txt
Use this file to discover all available pages before exploring further.
Answer Objects
unset
to_encord_dict
get_answer function should be used instead.
Announcing our Series C with $110M in total funding. Read more ā.
Documentation Index
Fetch the complete documentation index at: https://docs.encord.com/llms.txt
Use this file to discover all available pages before exploring further.
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?