# -*- coding: utf-8 -*-
# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: mediapipe/framework/formats/classification.proto
"""Generated protocol buffer code."""
from google.protobuf import descriptor as _descriptor
from google.protobuf import descriptor_pool as _descriptor_pool
from google.protobuf import message as _message
from google.protobuf import reflection as _reflection
from google.protobuf import symbol_database as _symbol_database
# @@protoc_insertion_point(imports)

_sym_db = _symbol_database.Default()




DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n0mediapipe/framework/formats/classification.proto\x12\tmediapipe\"S\n\x0e\x43lassification\x12\r\n\x05index\x18\x01 \x01(\x05\x12\r\n\x05score\x18\x02 \x01(\x02\x12\r\n\x05label\x18\x03 \x01(\t\x12\x14\n\x0c\x64isplay_name\x18\x04 \x01(\t\"G\n\x12\x43lassificationList\x12\x31\n\x0e\x63lassification\x18\x01 \x03(\x0b\x32\x19.mediapipe.Classification\"Z\n\x1c\x43lassificationListCollection\x12:\n\x13\x63lassification_list\x18\x01 \x03(\x0b\x32\x1d.mediapipe.ClassificationListB9\n\"com.google.mediapipe.formats.protoB\x13\x43lassificationProto')



_CLASSIFICATION = DESCRIPTOR.message_types_by_name['Classification']
_CLASSIFICATIONLIST = DESCRIPTOR.message_types_by_name['ClassificationList']
_CLASSIFICATIONLISTCOLLECTION = DESCRIPTOR.message_types_by_name['ClassificationListCollection']
Classification = _reflection.GeneratedProtocolMessageType('Classification', (_message.Message,), {
  'DESCRIPTOR' : _CLASSIFICATION,
  '__module__' : 'mediapipe.framework.formats.classification_pb2'
  # @@protoc_insertion_point(class_scope:mediapipe.Classification)
  })
_sym_db.RegisterMessage(Classification)

ClassificationList = _reflection.GeneratedProtocolMessageType('ClassificationList', (_message.Message,), {
  'DESCRIPTOR' : _CLASSIFICATIONLIST,
  '__module__' : 'mediapipe.framework.formats.classification_pb2'
  # @@protoc_insertion_point(class_scope:mediapipe.ClassificationList)
  })
_sym_db.RegisterMessage(ClassificationList)

ClassificationListCollection = _reflection.GeneratedProtocolMessageType('ClassificationListCollection', (_message.Message,), {
  'DESCRIPTOR' : _CLASSIFICATIONLISTCOLLECTION,
  '__module__' : 'mediapipe.framework.formats.classification_pb2'
  # @@protoc_insertion_point(class_scope:mediapipe.ClassificationListCollection)
  })
_sym_db.RegisterMessage(ClassificationListCollection)

if _descriptor._USE_C_DESCRIPTORS == False:

  DESCRIPTOR._options = None
  DESCRIPTOR._serialized_options = b'\n\"com.google.mediapipe.formats.protoB\023ClassificationProto'
  _CLASSIFICATION._serialized_start=63
  _CLASSIFICATION._serialized_end=146
  _CLASSIFICATIONLIST._serialized_start=148
  _CLASSIFICATIONLIST._serialized_end=219
  _CLASSIFICATIONLISTCOLLECTION._serialized_start=221
  _CLASSIFICATIONLISTCOLLECTION._serialized_end=311
# @@protoc_insertion_point(module_scope)
