Sha256: ee4896f42cfb13fdbb3548dc524466ec3f4cb36ea9168f780cd562c7f8f71e50
Contents?: true
Size: 1.27 KB
Versions: 4
Compression:
Stored size: 1.27 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/cloud/documentai/v1/geometry.proto require 'google/protobuf' require 'google/api/annotations_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/cloud/documentai/v1/geometry.proto", :syntax => :proto3) do add_message "google.cloud.documentai.v1.Vertex" do optional :x, :int32, 1 optional :y, :int32, 2 end add_message "google.cloud.documentai.v1.NormalizedVertex" do optional :x, :float, 1 optional :y, :float, 2 end add_message "google.cloud.documentai.v1.BoundingPoly" do repeated :vertices, :message, 1, "google.cloud.documentai.v1.Vertex" repeated :normalized_vertices, :message, 2, "google.cloud.documentai.v1.NormalizedVertex" end end end module Google module Cloud module DocumentAI module V1 Vertex = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.documentai.v1.Vertex").msgclass NormalizedVertex = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.documentai.v1.NormalizedVertex").msgclass BoundingPoly = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.documentai.v1.BoundingPoly").msgclass end end end end
Version data entries
4 entries across 4 versions & 1 rubygems