• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*
2  * Copyright 2020 Google LLC
3  *
4  * Licensed under the Apache License, Version 2.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  *     https://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  */
16 // Generated by the protocol buffer compiler.  DO NOT EDIT!
17 // source: google/cloud/vision/v1/geometry.proto
18 
19 package com.google.cloud.vision.v1;
20 
21 public final class GeometryProto {
GeometryProto()22   private GeometryProto() {}
23 
registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)24   public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {}
25 
registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)26   public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) {
27     registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry);
28   }
29 
30   static final com.google.protobuf.Descriptors.Descriptor
31       internal_static_google_cloud_vision_v1_Vertex_descriptor;
32   static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
33       internal_static_google_cloud_vision_v1_Vertex_fieldAccessorTable;
34   static final com.google.protobuf.Descriptors.Descriptor
35       internal_static_google_cloud_vision_v1_NormalizedVertex_descriptor;
36   static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
37       internal_static_google_cloud_vision_v1_NormalizedVertex_fieldAccessorTable;
38   static final com.google.protobuf.Descriptors.Descriptor
39       internal_static_google_cloud_vision_v1_BoundingPoly_descriptor;
40   static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
41       internal_static_google_cloud_vision_v1_BoundingPoly_fieldAccessorTable;
42   static final com.google.protobuf.Descriptors.Descriptor
43       internal_static_google_cloud_vision_v1_Position_descriptor;
44   static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
45       internal_static_google_cloud_vision_v1_Position_fieldAccessorTable;
46 
getDescriptor()47   public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
48     return descriptor;
49   }
50 
51   private static com.google.protobuf.Descriptors.FileDescriptor descriptor;
52 
53   static {
54     java.lang.String[] descriptorData = {
55       "\n%google/cloud/vision/v1/geometry.proto\022"
56           + "\026google.cloud.vision.v1\"\036\n\006Vertex\022\t\n\001x\030\001"
57           + " \001(\005\022\t\n\001y\030\002 \001(\005\"(\n\020NormalizedVertex\022\t\n\001x"
58           + "\030\001 \001(\002\022\t\n\001y\030\002 \001(\002\"\207\001\n\014BoundingPoly\0220\n\010ve"
59           + "rtices\030\001 \003(\0132\036.google.cloud.vision.v1.Ve"
60           + "rtex\022E\n\023normalized_vertices\030\002 \003(\0132(.goog"
61           + "le.cloud.vision.v1.NormalizedVertex\"+\n\010P"
62           + "osition\022\t\n\001x\030\001 \001(\002\022\t\n\001y\030\002 \001(\002\022\t\n\001z\030\003 \001(\002"
63           + "Bn\n\032com.google.cloud.vision.v1B\rGeometry"
64           + "ProtoP\001Z5cloud.google.com/go/vision/v2/a"
65           + "piv1/visionpb;visionpb\370\001\001\242\002\004GCVNb\006proto3"
66     };
67     descriptor =
68         com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
69             descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] {});
70     internal_static_google_cloud_vision_v1_Vertex_descriptor =
71         getDescriptor().getMessageTypes().get(0);
72     internal_static_google_cloud_vision_v1_Vertex_fieldAccessorTable =
73         new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
74             internal_static_google_cloud_vision_v1_Vertex_descriptor,
75             new java.lang.String[] {
76               "X", "Y",
77             });
78     internal_static_google_cloud_vision_v1_NormalizedVertex_descriptor =
79         getDescriptor().getMessageTypes().get(1);
80     internal_static_google_cloud_vision_v1_NormalizedVertex_fieldAccessorTable =
81         new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
82             internal_static_google_cloud_vision_v1_NormalizedVertex_descriptor,
83             new java.lang.String[] {
84               "X", "Y",
85             });
86     internal_static_google_cloud_vision_v1_BoundingPoly_descriptor =
87         getDescriptor().getMessageTypes().get(2);
88     internal_static_google_cloud_vision_v1_BoundingPoly_fieldAccessorTable =
89         new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
90             internal_static_google_cloud_vision_v1_BoundingPoly_descriptor,
91             new java.lang.String[] {
92               "Vertices", "NormalizedVertices",
93             });
94     internal_static_google_cloud_vision_v1_Position_descriptor =
95         getDescriptor().getMessageTypes().get(3);
96     internal_static_google_cloud_vision_v1_Position_fieldAccessorTable =
97         new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
98             internal_static_google_cloud_vision_v1_Position_descriptor,
99             new java.lang.String[] {
100               "X", "Y", "Z",
101             });
102   }
103 
104   // @@protoc_insertion_point(outer_class_scope)
105 }
106