🚀 SAM 3 is available now.
class Answer(ABC, Generic[ValueType, AttributeType])
def unset() -> None
def to_encord_dict( ranges: Optional[Ranges] = None ) -> Optional[AttributeDict | DynamicAttributeObject]
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?