• 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/documentai/v1/geometry.proto
18 
19 package com.google.cloud.documentai.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_documentai_v1_Vertex_descriptor;
32   static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
33       internal_static_google_cloud_documentai_v1_Vertex_fieldAccessorTable;
34   static final com.google.protobuf.Descriptors.Descriptor
35       internal_static_google_cloud_documentai_v1_NormalizedVertex_descriptor;
36   static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
37       internal_static_google_cloud_documentai_v1_NormalizedVertex_fieldAccessorTable;
38   static final com.google.protobuf.Descriptors.Descriptor
39       internal_static_google_cloud_documentai_v1_BoundingPoly_descriptor;
40   static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
41       internal_static_google_cloud_documentai_v1_BoundingPoly_fieldAccessorTable;
42 
getDescriptor()43   public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
44     return descriptor;
45   }
46 
47   private static com.google.protobuf.Descriptors.FileDescriptor descriptor;
48 
49   static {
50     java.lang.String[] descriptorData = {
51       "\n)google/cloud/documentai/v1/geometry.pr"
52           + "oto\022\032google.cloud.documentai.v1\"\036\n\006Verte"
53           + "x\022\t\n\001x\030\001 \001(\005\022\t\n\001y\030\002 \001(\005\"(\n\020NormalizedVer"
54           + "tex\022\t\n\001x\030\001 \001(\002\022\t\n\001y\030\002 \001(\002\"\217\001\n\014BoundingPo"
55           + "ly\0224\n\010vertices\030\001 \003(\0132\".google.cloud.docu"
56           + "mentai.v1.Vertex\022I\n\023normalized_vertices\030"
57           + "\002 \003(\0132,.google.cloud.documentai.v1.Norma"
58           + "lizedVertexB\313\001\n\036com.google.cloud.documen"
59           + "tai.v1B\rGeometryProtoP\001Z>cloud.google.co"
60           + "m/go/documentai/apiv1/documentaipb;docum"
61           + "entaipb\252\002\032Google.Cloud.DocumentAI.V1\312\002\032G"
62           + "oogle\\Cloud\\DocumentAI\\V1\352\002\035Google::Clou"
63           + "d::DocumentAI::V1b\006proto3"
64     };
65     descriptor =
66         com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
67             descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] {});
68     internal_static_google_cloud_documentai_v1_Vertex_descriptor =
69         getDescriptor().getMessageTypes().get(0);
70     internal_static_google_cloud_documentai_v1_Vertex_fieldAccessorTable =
71         new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
72             internal_static_google_cloud_documentai_v1_Vertex_descriptor,
73             new java.lang.String[] {
74               "X", "Y",
75             });
76     internal_static_google_cloud_documentai_v1_NormalizedVertex_descriptor =
77         getDescriptor().getMessageTypes().get(1);
78     internal_static_google_cloud_documentai_v1_NormalizedVertex_fieldAccessorTable =
79         new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
80             internal_static_google_cloud_documentai_v1_NormalizedVertex_descriptor,
81             new java.lang.String[] {
82               "X", "Y",
83             });
84     internal_static_google_cloud_documentai_v1_BoundingPoly_descriptor =
85         getDescriptor().getMessageTypes().get(2);
86     internal_static_google_cloud_documentai_v1_BoundingPoly_fieldAccessorTable =
87         new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
88             internal_static_google_cloud_documentai_v1_BoundingPoly_descriptor,
89             new java.lang.String[] {
90               "Vertices", "NormalizedVertices",
91             });
92   }
93 
94   // @@protoc_insertion_point(outer_class_scope)
95 }
96