# -*- coding: utf-8 -*-
# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: mediapipe/framework/formats/annotation/locus.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()


from mediapipe.framework.formats.annotation import rasterization_pb2 as mediapipe_dot_framework_dot_formats_dot_annotation_dot_rasterization__pb2


DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n2mediapipe/framework/formats/annotation/locus.proto\x12\tmediapipe\x1a:mediapipe/framework/formats/annotation/rasterization.proto\"\xdf\x02\n\x05Locus\x12.\n\nlocus_type\x18\x01 \x01(\x0e\x32\x1a.mediapipe.Locus.LocusType\x12\x10\n\x08locus_id\x18\x02 \x01(\x06\x12\x15\n\rlocus_id_seed\x18\x06 \x01(\x06\x12\x1c\n\x0e\x63oncatenatable\x18\x05 \x01(\x08:\x04true\x12,\n\x0c\x62ounding_box\x18\x03 \x01(\x0b\x32\x16.mediapipe.BoundingBox\x12\x15\n\ttimestamp\x18\x07 \x01(\x05:\x02-1\x12(\n\x06region\x18\x04 \x01(\x0b\x32\x18.mediapipe.Rasterization\x12)\n\x0f\x63omponent_locus\x18\x08 \x03(\x0b\x32\x10.mediapipe.Locus\"E\n\tLocusType\x12\n\n\x06GLOBAL\x10\x01\x12\x10\n\x0c\x42OUNDING_BOX\x10\x02\x12\n\n\x06REGION\x10\x03\x12\x0e\n\nVIDEO_TUBE\x10\x04\"P\n\x0b\x42oundingBox\x12\x0e\n\x06left_x\x18\x01 \x01(\x05\x12\x0f\n\x07upper_y\x18\x02 \x01(\x05\x12\x0f\n\x07right_x\x18\x03 \x01(\x05\x12\x0f\n\x07lower_y\x18\x04 \x01(\x05\x42\x03\xf8\x01\x01')



_LOCUS = DESCRIPTOR.message_types_by_name['Locus']
_BOUNDINGBOX = DESCRIPTOR.message_types_by_name['BoundingBox']
_LOCUS_LOCUSTYPE = _LOCUS.enum_types_by_name['LocusType']
Locus = _reflection.GeneratedProtocolMessageType('Locus', (_message.Message,), {
  'DESCRIPTOR' : _LOCUS,
  '__module__' : 'mediapipe.framework.formats.annotation.locus_pb2'
  # @@protoc_insertion_point(class_scope:mediapipe.Locus)
  })
_sym_db.RegisterMessage(Locus)

BoundingBox = _reflection.GeneratedProtocolMessageType('BoundingBox', (_message.Message,), {
  'DESCRIPTOR' : _BOUNDINGBOX,
  '__module__' : 'mediapipe.framework.formats.annotation.locus_pb2'
  # @@protoc_insertion_point(class_scope:mediapipe.BoundingBox)
  })
_sym_db.RegisterMessage(BoundingBox)

if _descriptor._USE_C_DESCRIPTORS == False:

  DESCRIPTOR._options = None
  DESCRIPTOR._serialized_options = b'\370\001\001'
  _LOCUS._serialized_start=126
  _LOCUS._serialized_end=477
  _LOCUS_LOCUSTYPE._serialized_start=408
  _LOCUS_LOCUSTYPE._serialized_end=477
  _BOUNDINGBOX._serialized_start=479
  _BOUNDINGBOX._serialized_end=559
# @@protoc_insertion_point(module_scope)
