Class: Google::Cloud::DataLabeling::V1beta1::SequentialSegment

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/datalabeling/v1beta1/annotation.rb

Overview

Start and end position in a sequence (e.g. text segment).

Instance Attribute Summary collapse

Instance Attribute Details

#end::Integer

Returns End position (exclusive).

Returns:

  • (::Integer)

    End position (exclusive).



241
242
243
244
# File 'proto_docs/google/cloud/datalabeling/v1beta1/annotation.rb', line 241

class SequentialSegment
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#start::Integer

Returns Start position (inclusive).

Returns:

  • (::Integer)

    Start position (inclusive).



241
242
243
244
# File 'proto_docs/google/cloud/datalabeling/v1beta1/annotation.rb', line 241

class SequentialSegment
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end