habitat.tasks.eqa.eqa.QuestionData class

Special methods

def __init__(self, question_text: str, answer_text: str, question_tokens: typing.Optional[typing.List[str]] = None, answer_token: typing.Optional[typing.List[str]] = None, question_type: typing.Optional[str] = None) -> None
Method generated by attrs for class QuestionData.
def __ne__(self, other)
Check equality and either forward a NotImplemented or return the result negated.

Properties

question_text: str get set del
answer_text: str get set del
question_tokens: typing.Optional[typing.List[str]] get set del
answer_token: typing.Optional[typing.List[str]] get set del
question_type: typing.Optional[str] get set del