# -*- coding: utf-8 -*-
# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: mediapipe/calculators/image/mask_overlay_calculator.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 import calculator_pb2 as mediapipe_dot_framework_dot_calculator__pb2
try:
  mediapipe_dot_framework_dot_calculator__options__pb2 = mediapipe_dot_framework_dot_calculator__pb2.mediapipe_dot_framework_dot_calculator__options__pb2
except AttributeError:
  mediapipe_dot_framework_dot_calculator__options__pb2 = mediapipe_dot_framework_dot_calculator__pb2.mediapipe.framework.calculator_options_pb2


DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n9mediapipe/calculators/image/mask_overlay_calculator.proto\x12\tmediapipe\x1a$mediapipe/framework/calculator.proto\"\xf5\x01\n\x1cMaskOverlayCalculatorOptions\x12N\n\x0cmask_channel\x18\x01 \x01(\x0e\x32\x33.mediapipe.MaskOverlayCalculatorOptions.MaskChannel:\x03RED\".\n\x0bMaskChannel\x12\x0b\n\x07UNKNOWN\x10\x00\x12\x07\n\x03RED\x10\x01\x12\t\n\x05\x41LPHA\x10\x02\x32U\n\x03\x65xt\x12\x1c.mediapipe.CalculatorOptions\x18\x82\xe0\x9cx \x01(\x0b\x32\'.mediapipe.MaskOverlayCalculatorOptions')



_MASKOVERLAYCALCULATOROPTIONS = DESCRIPTOR.message_types_by_name['MaskOverlayCalculatorOptions']
_MASKOVERLAYCALCULATOROPTIONS_MASKCHANNEL = _MASKOVERLAYCALCULATOROPTIONS.enum_types_by_name['MaskChannel']
MaskOverlayCalculatorOptions = _reflection.GeneratedProtocolMessageType('MaskOverlayCalculatorOptions', (_message.Message,), {
  'DESCRIPTOR' : _MASKOVERLAYCALCULATOROPTIONS,
  '__module__' : 'mediapipe.calculators.image.mask_overlay_calculator_pb2'
  # @@protoc_insertion_point(class_scope:mediapipe.MaskOverlayCalculatorOptions)
  })
_sym_db.RegisterMessage(MaskOverlayCalculatorOptions)

if _descriptor._USE_C_DESCRIPTORS == False:
  mediapipe_dot_framework_dot_calculator__options__pb2.CalculatorOptions.RegisterExtension(_MASKOVERLAYCALCULATOROPTIONS.extensions_by_name['ext'])

  DESCRIPTOR._options = None
  _MASKOVERLAYCALCULATOROPTIONS._serialized_start=111
  _MASKOVERLAYCALCULATOROPTIONS._serialized_end=356
  _MASKOVERLAYCALCULATOROPTIONS_MASKCHANNEL._serialized_start=223
  _MASKOVERLAYCALCULATOROPTIONS_MASKCHANNEL._serialized_end=269
# @@protoc_insertion_point(module_scope)
