[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-04-26 UTC."],[[["`TextField` represents a field with text content, inheriting from `Field` and `expected_type`."],["It requires a `name` and `value` during initialization, optionally accepting a `language` parameter to specify the text's language."],["The `TextField` constructor raises `TypeError` if the provided value isn't a string and `ValueError` if it is longer than allowed."],["`TextField` objects have attributes to return their name, value, and language and also contain methods `__eq__` and `__ne__` to check for equality and inequality."],["Several Class Variables exist for `TextField` such as ATOM, DATE, GEO_POINT, HTML, NUMBER, TEXT, TOKENIZED_PREFIX, UNTOKENIZED_PREFIX, VECTOR."]]],[]]