File size: 261 Bytes
4c8c729 | 1 2 3 4 5 6 7 8 9 10 | # automatically generated by the FlatBuffers compiler, do not modify
# namespace: FeatureProcessorOptions_
class CenterTokenSelectionMethod(object):
DEFAULT_CENTER_TOKEN_METHOD = 0
CENTER_TOKEN_FROM_CLICK = 1
CENTER_TOKEN_MIDDLE_OF_SELECTION = 2
|