Sha256: abb02c55ffd956cc09d70c3af2c4a3cad635c6e971c9a173cfec94174403e287

Contents?: true

Size: 1.32 KB

Versions: 4

Compression:

Stored size: 1.32 KB

Contents

# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: google/cloud/documentai/v1beta3/geometry.proto

require 'google/api/annotations_pb'
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

4 entries across 4 versions & 1 rubygems

Version Path
google-cloud-document_ai-v1beta3-0.11.0 lib/google/cloud/documentai/v1beta3/geometry_pb.rb
google-cloud-document_ai-v1beta3-0.10.0 lib/google/cloud/documentai/v1beta3/geometry_pb.rb
google-cloud-document_ai-v1beta3-0.9.4 lib/google/cloud/documentai/v1beta3/geometry_pb.rb
google-cloud-document_ai-v1beta3-0.9.3 lib/google/cloud/documentai/v1beta3/geometry_pb.rb