Sha256: 01f270724e9b0051d86dc82975ba3bde3b4c2b61aa9dd8031452a6e306a27f18
Contents?: true
Size: 1.24 KB
Versions: 8
Compression:
Stored size: 1.24 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/cloud/documentai/v1/geometry.proto require 'google/protobuf' 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
8 entries across 8 versions & 1 rubygems