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