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