🚀 The World's Largest Multimodal AI Dataset! Encord's E-MM1 is available now.
class Answer(ABC, Generic[ValueType, AttributeType])
def unset() -> None
def to_encord_dict( ranges: Optional[Ranges] = None) -> Optional[Dict[str, Any]]
get_answer
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?