Sha256: c2d9d9e6392b46131433d279996ea1bcd6fca6c015f312523429423f9fded5c8
Contents?: true
Size: 681 Bytes
Versions: 4
Compression:
Stored size: 681 Bytes
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/cloud/automl/v1/text_segment.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/cloud/automl/v1/text_segment.proto", :syntax => :proto3) do add_message "google.cloud.automl.v1.TextSegment" do optional :content, :string, 3 optional :start_offset, :int64, 1 optional :end_offset, :int64, 2 end end end module Google module Cloud module AutoML module V1 TextSegment = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.automl.v1.TextSegment").msgclass end end end end
Version data entries
4 entries across 4 versions & 1 rubygems