Package ai.onnx.proto
Interface OnnxMl.TensorProto.SegmentOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OnnxMl.TensorProto.Segment
,OnnxMl.TensorProto.Segment.Builder
- Enclosing class:
- OnnxMl.TensorProto
public static interface OnnxMl.TensorProto.SegmentOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasBegin
boolean hasBegin()optional int64 begin = 1;
- Returns:
- Whether the begin field is set.
-
getBegin
long getBegin()optional int64 begin = 1;
- Returns:
- The begin.
-
hasEnd
boolean hasEnd()optional int64 end = 2;
- Returns:
- Whether the end field is set.
-
getEnd
long getEnd()optional int64 end = 2;
- Returns:
- The end.
-