Class: Google::Cloud::DataLabeling::V1beta1::SequentialSegment
- Inherits:
-
Object
- Object
- Google::Cloud::DataLabeling::V1beta1::SequentialSegment
- 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
-
#end ⇒ ::Integer
End position (exclusive).
-
#start ⇒ ::Integer
Start position (inclusive).
Instance Attribute Details
#end ⇒ ::Integer
Returns 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).
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 |