| # automatically generated by the FlatBuffers compiler, do not modify | |
| # namespace: libtextclassifier3 | |
| class DatetimeGroupType(object): | |
| GROUP_UNKNOWN = 0 | |
| GROUP_UNUSED = 1 | |
| GROUP_YEAR = 2 | |
| GROUP_MONTH = 3 | |
| GROUP_DAY = 4 | |
| GROUP_HOUR = 5 | |
| GROUP_MINUTE = 6 | |
| GROUP_SECOND = 7 | |
| GROUP_AMPM = 8 | |
| GROUP_RELATIONDISTANCE = 9 | |
| GROUP_RELATION = 10 | |
| GROUP_RELATIONTYPE = 11 | |
| GROUP_DUMMY1 = 12 | |
| GROUP_DUMMY2 = 13 | |
| GROUP_ABSOLUTETIME = 14 | |