Distance$json top-level constant
Implementation
@$core.Deprecated('Use distanceDescriptor instead')
const Distance$json = {
'1': 'Distance',
'2': [
{'1': 'UnknownDistance', '2': 0},
{'1': 'Cosine', '2': 1},
{'1': 'Euclid', '2': 2},
{'1': 'Dot', '2': 3},
{'1': 'Manhattan', '2': 4},
],
};