Sha256: bd733b527f84db8fd47d273722a2aee1706a81d5f2957bcf9e4c464b5329a0d7
Contents?: true
Size: 717 Bytes
Versions: 16
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/protobuf' require 'google/api/annotations_pb' 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
16 entries across 16 versions & 1 rubygems