File size: 472 Bytes
4c8c729
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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