Sha256: c36d4a8b13f92be7d2c24f890cd928fba877246089a27c25bcf29d080105b53b
Contents?: true
Size: 717 Bytes
Versions: 4
Compression:
Stored size: 717 Bytes
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/cloud/automl/v1/text_segment.proto require 'google/api/annotations_pb' 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