Sha256: a68df05e05ced093301750142aef3f06b254f0fcba4c37130e174a2db670d63c
Contents?: true
Size: 1.27 KB
Versions: 3
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/api/annotations_pb' 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
3 entries across 3 versions & 1 rubygems