# -*- coding: utf-8 -*-
# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: mediapipe/modules/face_geometry/protos/environment.proto
"""Generated protocol buffer code."""
from google.protobuf.internal import enum_type_wrapper
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'\n8mediapipe/modules/face_geometry/protos/environment.proto\x12\x17mediapipe.face_geometry\"L\n\x11PerspectiveCamera\x12\x1c\n\x14vertical_fov_degrees\x18\x01 \x01(\x02\x12\x0c\n\x04near\x18\x02 \x01(\x02\x12\x0b\n\x03\x66\x61r\x18\x03 \x01(\x02\"\xa2\x01\n\x0b\x45nvironment\x12K\n\x15origin_point_location\x18\x01 \x01(\x0e\x32,.mediapipe.face_geometry.OriginPointLocation\x12\x46\n\x12perspective_camera\x18\x02 \x01(\x0b\x32*.mediapipe.face_geometry.PerspectiveCamera*B\n\x13OriginPointLocation\x12\x16\n\x12\x42OTTOM_LEFT_CORNER\x10\x01\x12\x13\n\x0fTOP_LEFT_CORNER\x10\x02\x42=\n)com.google.mediapipe.modules.facegeometryB\x10\x45nvironmentProto')

_ORIGINPOINTLOCATION = DESCRIPTOR.enum_types_by_name['OriginPointLocation']
OriginPointLocation = enum_type_wrapper.EnumTypeWrapper(_ORIGINPOINTLOCATION)
BOTTOM_LEFT_CORNER = 1
TOP_LEFT_CORNER = 2


_PERSPECTIVECAMERA = DESCRIPTOR.message_types_by_name['PerspectiveCamera']
_ENVIRONMENT = DESCRIPTOR.message_types_by_name['Environment']
PerspectiveCamera = _reflection.GeneratedProtocolMessageType('PerspectiveCamera', (_message.Message,), {
  'DESCRIPTOR' : _PERSPECTIVECAMERA,
  '__module__' : 'mediapipe.modules.face_geometry.protos.environment_pb2'
  # @@protoc_insertion_point(class_scope:mediapipe.face_geometry.PerspectiveCamera)
  })
_sym_db.RegisterMessage(PerspectiveCamera)

Environment = _reflection.GeneratedProtocolMessageType('Environment', (_message.Message,), {
  'DESCRIPTOR' : _ENVIRONMENT,
  '__module__' : 'mediapipe.modules.face_geometry.protos.environment_pb2'
  # @@protoc_insertion_point(class_scope:mediapipe.face_geometry.Environment)
  })
_sym_db.RegisterMessage(Environment)

if _descriptor._USE_C_DESCRIPTORS == False:

  DESCRIPTOR._options = None
  DESCRIPTOR._serialized_options = b'\n)com.google.mediapipe.modules.facegeometryB\020EnvironmentProto'
  _ORIGINPOINTLOCATION._serialized_start=328
  _ORIGINPOINTLOCATION._serialized_end=394
  _PERSPECTIVECAMERA._serialized_start=85
  _PERSPECTIVECAMERA._serialized_end=161
  _ENVIRONMENT._serialized_start=164
  _ENVIRONMENT._serialized_end=326
# @@protoc_insertion_point(module_scope)
