Class VideoObjectTrackingPredictionResult.Frame.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<VideoObjectTrackingPredictionResult.Frame.Builder>
-
- com.google.cloud.aiplatform.v1.schema.predict.prediction.VideoObjectTrackingPredictionResult.Frame.Builder
-
- All Implemented Interfaces:
VideoObjectTrackingPredictionResult.FrameOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- VideoObjectTrackingPredictionResult.Frame
public static final class VideoObjectTrackingPredictionResult.Frame.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<VideoObjectTrackingPredictionResult.Frame.Builder> implements VideoObjectTrackingPredictionResult.FrameOrBuilder
The fields `xMin`, `xMax`, `yMin`, and `yMax` refer to a bounding box, i.e. the rectangle over the video frame pinpointing the found AnnotationSpec. The coordinates are relative to the frame size, and the point 0,0 is in the top left of the frame.
Protobuf typegoogle.cloud.aiplatform.v1.schema.predict.prediction.VideoObjectTrackingPredictionResult.Frame
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description VideoObjectTrackingPredictionResult.Frame.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
VideoObjectTrackingPredictionResult.Frame
build()
VideoObjectTrackingPredictionResult.Frame
buildPartial()
VideoObjectTrackingPredictionResult.Frame.Builder
clear()
VideoObjectTrackingPredictionResult.Frame.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
VideoObjectTrackingPredictionResult.Frame.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
VideoObjectTrackingPredictionResult.Frame.Builder
clearTimeOffset()
A time (frame) of a video in which the object has been detected.VideoObjectTrackingPredictionResult.Frame.Builder
clearXMax()
The rightmost coordinate of the bounding box.VideoObjectTrackingPredictionResult.Frame.Builder
clearXMin()
The leftmost coordinate of the bounding box.VideoObjectTrackingPredictionResult.Frame.Builder
clearYMax()
The bottommost coordinate of the bounding box.VideoObjectTrackingPredictionResult.Frame.Builder
clearYMin()
The topmost coordinate of the bounding box.VideoObjectTrackingPredictionResult.Frame.Builder
clone()
VideoObjectTrackingPredictionResult.Frame
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
com.google.protobuf.Duration
getTimeOffset()
A time (frame) of a video in which the object has been detected.com.google.protobuf.Duration.Builder
getTimeOffsetBuilder()
A time (frame) of a video in which the object has been detected.com.google.protobuf.DurationOrBuilder
getTimeOffsetOrBuilder()
A time (frame) of a video in which the object has been detected.com.google.protobuf.FloatValue
getXMax()
The rightmost coordinate of the bounding box.com.google.protobuf.FloatValue.Builder
getXMaxBuilder()
The rightmost coordinate of the bounding box.com.google.protobuf.FloatValueOrBuilder
getXMaxOrBuilder()
The rightmost coordinate of the bounding box.com.google.protobuf.FloatValue
getXMin()
The leftmost coordinate of the bounding box.com.google.protobuf.FloatValue.Builder
getXMinBuilder()
The leftmost coordinate of the bounding box.com.google.protobuf.FloatValueOrBuilder
getXMinOrBuilder()
The leftmost coordinate of the bounding box.com.google.protobuf.FloatValue
getYMax()
The bottommost coordinate of the bounding box.com.google.protobuf.FloatValue.Builder
getYMaxBuilder()
The bottommost coordinate of the bounding box.com.google.protobuf.FloatValueOrBuilder
getYMaxOrBuilder()
The bottommost coordinate of the bounding box.com.google.protobuf.FloatValue
getYMin()
The topmost coordinate of the bounding box.com.google.protobuf.FloatValue.Builder
getYMinBuilder()
The topmost coordinate of the bounding box.com.google.protobuf.FloatValueOrBuilder
getYMinOrBuilder()
The topmost coordinate of the bounding box.boolean
hasTimeOffset()
A time (frame) of a video in which the object has been detected.boolean
hasXMax()
The rightmost coordinate of the bounding box.boolean
hasXMin()
The leftmost coordinate of the bounding box.boolean
hasYMax()
The bottommost coordinate of the bounding box.boolean
hasYMin()
The topmost coordinate of the bounding box.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
VideoObjectTrackingPredictionResult.Frame.Builder
mergeFrom(VideoObjectTrackingPredictionResult.Frame other)
VideoObjectTrackingPredictionResult.Frame.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
VideoObjectTrackingPredictionResult.Frame.Builder
mergeFrom(com.google.protobuf.Message other)
VideoObjectTrackingPredictionResult.Frame.Builder
mergeTimeOffset(com.google.protobuf.Duration value)
A time (frame) of a video in which the object has been detected.VideoObjectTrackingPredictionResult.Frame.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
VideoObjectTrackingPredictionResult.Frame.Builder
mergeXMax(com.google.protobuf.FloatValue value)
The rightmost coordinate of the bounding box.VideoObjectTrackingPredictionResult.Frame.Builder
mergeXMin(com.google.protobuf.FloatValue value)
The leftmost coordinate of the bounding box.VideoObjectTrackingPredictionResult.Frame.Builder
mergeYMax(com.google.protobuf.FloatValue value)
The bottommost coordinate of the bounding box.VideoObjectTrackingPredictionResult.Frame.Builder
mergeYMin(com.google.protobuf.FloatValue value)
The topmost coordinate of the bounding box.VideoObjectTrackingPredictionResult.Frame.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
VideoObjectTrackingPredictionResult.Frame.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
VideoObjectTrackingPredictionResult.Frame.Builder
setTimeOffset(com.google.protobuf.Duration value)
A time (frame) of a video in which the object has been detected.VideoObjectTrackingPredictionResult.Frame.Builder
setTimeOffset(com.google.protobuf.Duration.Builder builderForValue)
A time (frame) of a video in which the object has been detected.VideoObjectTrackingPredictionResult.Frame.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
VideoObjectTrackingPredictionResult.Frame.Builder
setXMax(com.google.protobuf.FloatValue value)
The rightmost coordinate of the bounding box.VideoObjectTrackingPredictionResult.Frame.Builder
setXMax(com.google.protobuf.FloatValue.Builder builderForValue)
The rightmost coordinate of the bounding box.VideoObjectTrackingPredictionResult.Frame.Builder
setXMin(com.google.protobuf.FloatValue value)
The leftmost coordinate of the bounding box.VideoObjectTrackingPredictionResult.Frame.Builder
setXMin(com.google.protobuf.FloatValue.Builder builderForValue)
The leftmost coordinate of the bounding box.VideoObjectTrackingPredictionResult.Frame.Builder
setYMax(com.google.protobuf.FloatValue value)
The bottommost coordinate of the bounding box.VideoObjectTrackingPredictionResult.Frame.Builder
setYMax(com.google.protobuf.FloatValue.Builder builderForValue)
The bottommost coordinate of the bounding box.VideoObjectTrackingPredictionResult.Frame.Builder
setYMin(com.google.protobuf.FloatValue value)
The topmost coordinate of the bounding box.VideoObjectTrackingPredictionResult.Frame.Builder
setYMin(com.google.protobuf.FloatValue.Builder builderForValue)
The topmost coordinate of the bounding box.-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<VideoObjectTrackingPredictionResult.Frame.Builder>
-
clear
public VideoObjectTrackingPredictionResult.Frame.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<VideoObjectTrackingPredictionResult.Frame.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<VideoObjectTrackingPredictionResult.Frame.Builder>
-
getDefaultInstanceForType
public VideoObjectTrackingPredictionResult.Frame getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public VideoObjectTrackingPredictionResult.Frame build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public VideoObjectTrackingPredictionResult.Frame buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public VideoObjectTrackingPredictionResult.Frame.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<VideoObjectTrackingPredictionResult.Frame.Builder>
-
setField
public VideoObjectTrackingPredictionResult.Frame.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<VideoObjectTrackingPredictionResult.Frame.Builder>
-
clearField
public VideoObjectTrackingPredictionResult.Frame.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<VideoObjectTrackingPredictionResult.Frame.Builder>
-
clearOneof
public VideoObjectTrackingPredictionResult.Frame.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<VideoObjectTrackingPredictionResult.Frame.Builder>
-
setRepeatedField
public VideoObjectTrackingPredictionResult.Frame.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<VideoObjectTrackingPredictionResult.Frame.Builder>
-
addRepeatedField
public VideoObjectTrackingPredictionResult.Frame.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<VideoObjectTrackingPredictionResult.Frame.Builder>
-
mergeFrom
public VideoObjectTrackingPredictionResult.Frame.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<VideoObjectTrackingPredictionResult.Frame.Builder>
-
mergeFrom
public VideoObjectTrackingPredictionResult.Frame.Builder mergeFrom(VideoObjectTrackingPredictionResult.Frame other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<VideoObjectTrackingPredictionResult.Frame.Builder>
-
mergeFrom
public VideoObjectTrackingPredictionResult.Frame.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<VideoObjectTrackingPredictionResult.Frame.Builder>
- Throws:
IOException
-
hasTimeOffset
public boolean hasTimeOffset()
A time (frame) of a video in which the object has been detected. Expressed as a number of seconds as measured from the start of the video, with fractions up to a microsecond precision, and with "s" appended at the end.
.google.protobuf.Duration time_offset = 1;
- Specified by:
hasTimeOffset
in interfaceVideoObjectTrackingPredictionResult.FrameOrBuilder
- Returns:
- Whether the timeOffset field is set.
-
getTimeOffset
public com.google.protobuf.Duration getTimeOffset()
A time (frame) of a video in which the object has been detected. Expressed as a number of seconds as measured from the start of the video, with fractions up to a microsecond precision, and with "s" appended at the end.
.google.protobuf.Duration time_offset = 1;
- Specified by:
getTimeOffset
in interfaceVideoObjectTrackingPredictionResult.FrameOrBuilder
- Returns:
- The timeOffset.
-
setTimeOffset
public VideoObjectTrackingPredictionResult.Frame.Builder setTimeOffset(com.google.protobuf.Duration value)
A time (frame) of a video in which the object has been detected. Expressed as a number of seconds as measured from the start of the video, with fractions up to a microsecond precision, and with "s" appended at the end.
.google.protobuf.Duration time_offset = 1;
-
setTimeOffset
public VideoObjectTrackingPredictionResult.Frame.Builder setTimeOffset(com.google.protobuf.Duration.Builder builderForValue)
A time (frame) of a video in which the object has been detected. Expressed as a number of seconds as measured from the start of the video, with fractions up to a microsecond precision, and with "s" appended at the end.
.google.protobuf.Duration time_offset = 1;
-
mergeTimeOffset
public VideoObjectTrackingPredictionResult.Frame.Builder mergeTimeOffset(com.google.protobuf.Duration value)
A time (frame) of a video in which the object has been detected. Expressed as a number of seconds as measured from the start of the video, with fractions up to a microsecond precision, and with "s" appended at the end.
.google.protobuf.Duration time_offset = 1;
-
clearTimeOffset
public VideoObjectTrackingPredictionResult.Frame.Builder clearTimeOffset()
A time (frame) of a video in which the object has been detected. Expressed as a number of seconds as measured from the start of the video, with fractions up to a microsecond precision, and with "s" appended at the end.
.google.protobuf.Duration time_offset = 1;
-
getTimeOffsetBuilder
public com.google.protobuf.Duration.Builder getTimeOffsetBuilder()
A time (frame) of a video in which the object has been detected. Expressed as a number of seconds as measured from the start of the video, with fractions up to a microsecond precision, and with "s" appended at the end.
.google.protobuf.Duration time_offset = 1;
-
getTimeOffsetOrBuilder
public com.google.protobuf.DurationOrBuilder getTimeOffsetOrBuilder()
A time (frame) of a video in which the object has been detected. Expressed as a number of seconds as measured from the start of the video, with fractions up to a microsecond precision, and with "s" appended at the end.
.google.protobuf.Duration time_offset = 1;
- Specified by:
getTimeOffsetOrBuilder
in interfaceVideoObjectTrackingPredictionResult.FrameOrBuilder
-
hasXMin
public boolean hasXMin()
The leftmost coordinate of the bounding box.
.google.protobuf.FloatValue x_min = 2;
- Specified by:
hasXMin
in interfaceVideoObjectTrackingPredictionResult.FrameOrBuilder
- Returns:
- Whether the xMin field is set.
-
getXMin
public com.google.protobuf.FloatValue getXMin()
The leftmost coordinate of the bounding box.
.google.protobuf.FloatValue x_min = 2;
- Specified by:
getXMin
in interfaceVideoObjectTrackingPredictionResult.FrameOrBuilder
- Returns:
- The xMin.
-
setXMin
public VideoObjectTrackingPredictionResult.Frame.Builder setXMin(com.google.protobuf.FloatValue value)
The leftmost coordinate of the bounding box.
.google.protobuf.FloatValue x_min = 2;
-
setXMin
public VideoObjectTrackingPredictionResult.Frame.Builder setXMin(com.google.protobuf.FloatValue.Builder builderForValue)
The leftmost coordinate of the bounding box.
.google.protobuf.FloatValue x_min = 2;
-
mergeXMin
public VideoObjectTrackingPredictionResult.Frame.Builder mergeXMin(com.google.protobuf.FloatValue value)
The leftmost coordinate of the bounding box.
.google.protobuf.FloatValue x_min = 2;
-
clearXMin
public VideoObjectTrackingPredictionResult.Frame.Builder clearXMin()
The leftmost coordinate of the bounding box.
.google.protobuf.FloatValue x_min = 2;
-
getXMinBuilder
public com.google.protobuf.FloatValue.Builder getXMinBuilder()
The leftmost coordinate of the bounding box.
.google.protobuf.FloatValue x_min = 2;
-
getXMinOrBuilder
public com.google.protobuf.FloatValueOrBuilder getXMinOrBuilder()
The leftmost coordinate of the bounding box.
.google.protobuf.FloatValue x_min = 2;
- Specified by:
getXMinOrBuilder
in interfaceVideoObjectTrackingPredictionResult.FrameOrBuilder
-
hasXMax
public boolean hasXMax()
The rightmost coordinate of the bounding box.
.google.protobuf.FloatValue x_max = 3;
- Specified by:
hasXMax
in interfaceVideoObjectTrackingPredictionResult.FrameOrBuilder
- Returns:
- Whether the xMax field is set.
-
getXMax
public com.google.protobuf.FloatValue getXMax()
The rightmost coordinate of the bounding box.
.google.protobuf.FloatValue x_max = 3;
- Specified by:
getXMax
in interfaceVideoObjectTrackingPredictionResult.FrameOrBuilder
- Returns:
- The xMax.
-
setXMax
public VideoObjectTrackingPredictionResult.Frame.Builder setXMax(com.google.protobuf.FloatValue value)
The rightmost coordinate of the bounding box.
.google.protobuf.FloatValue x_max = 3;
-
setXMax
public VideoObjectTrackingPredictionResult.Frame.Builder setXMax(com.google.protobuf.FloatValue.Builder builderForValue)
The rightmost coordinate of the bounding box.
.google.protobuf.FloatValue x_max = 3;
-
mergeXMax
public VideoObjectTrackingPredictionResult.Frame.Builder mergeXMax(com.google.protobuf.FloatValue value)
The rightmost coordinate of the bounding box.
.google.protobuf.FloatValue x_max = 3;
-
clearXMax
public VideoObjectTrackingPredictionResult.Frame.Builder clearXMax()
The rightmost coordinate of the bounding box.
.google.protobuf.FloatValue x_max = 3;
-
getXMaxBuilder
public com.google.protobuf.FloatValue.Builder getXMaxBuilder()
The rightmost coordinate of the bounding box.
.google.protobuf.FloatValue x_max = 3;
-
getXMaxOrBuilder
public com.google.protobuf.FloatValueOrBuilder getXMaxOrBuilder()
The rightmost coordinate of the bounding box.
.google.protobuf.FloatValue x_max = 3;
- Specified by:
getXMaxOrBuilder
in interfaceVideoObjectTrackingPredictionResult.FrameOrBuilder
-
hasYMin
public boolean hasYMin()
The topmost coordinate of the bounding box.
.google.protobuf.FloatValue y_min = 4;
- Specified by:
hasYMin
in interfaceVideoObjectTrackingPredictionResult.FrameOrBuilder
- Returns:
- Whether the yMin field is set.
-
getYMin
public com.google.protobuf.FloatValue getYMin()
The topmost coordinate of the bounding box.
.google.protobuf.FloatValue y_min = 4;
- Specified by:
getYMin
in interfaceVideoObjectTrackingPredictionResult.FrameOrBuilder
- Returns:
- The yMin.
-
setYMin
public VideoObjectTrackingPredictionResult.Frame.Builder setYMin(com.google.protobuf.FloatValue value)
The topmost coordinate of the bounding box.
.google.protobuf.FloatValue y_min = 4;
-
setYMin
public VideoObjectTrackingPredictionResult.Frame.Builder setYMin(com.google.protobuf.FloatValue.Builder builderForValue)
The topmost coordinate of the bounding box.
.google.protobuf.FloatValue y_min = 4;
-
mergeYMin
public VideoObjectTrackingPredictionResult.Frame.Builder mergeYMin(com.google.protobuf.FloatValue value)
The topmost coordinate of the bounding box.
.google.protobuf.FloatValue y_min = 4;
-
clearYMin
public VideoObjectTrackingPredictionResult.Frame.Builder clearYMin()
The topmost coordinate of the bounding box.
.google.protobuf.FloatValue y_min = 4;
-
getYMinBuilder
public com.google.protobuf.FloatValue.Builder getYMinBuilder()
The topmost coordinate of the bounding box.
.google.protobuf.FloatValue y_min = 4;
-
getYMinOrBuilder
public com.google.protobuf.FloatValueOrBuilder getYMinOrBuilder()
The topmost coordinate of the bounding box.
.google.protobuf.FloatValue y_min = 4;
- Specified by:
getYMinOrBuilder
in interfaceVideoObjectTrackingPredictionResult.FrameOrBuilder
-
hasYMax
public boolean hasYMax()
The bottommost coordinate of the bounding box.
.google.protobuf.FloatValue y_max = 5;
- Specified by:
hasYMax
in interfaceVideoObjectTrackingPredictionResult.FrameOrBuilder
- Returns:
- Whether the yMax field is set.
-
getYMax
public com.google.protobuf.FloatValue getYMax()
The bottommost coordinate of the bounding box.
.google.protobuf.FloatValue y_max = 5;
- Specified by:
getYMax
in interfaceVideoObjectTrackingPredictionResult.FrameOrBuilder
- Returns:
- The yMax.
-
setYMax
public VideoObjectTrackingPredictionResult.Frame.Builder setYMax(com.google.protobuf.FloatValue value)
The bottommost coordinate of the bounding box.
.google.protobuf.FloatValue y_max = 5;
-
setYMax
public VideoObjectTrackingPredictionResult.Frame.Builder setYMax(com.google.protobuf.FloatValue.Builder builderForValue)
The bottommost coordinate of the bounding box.
.google.protobuf.FloatValue y_max = 5;
-
mergeYMax
public VideoObjectTrackingPredictionResult.Frame.Builder mergeYMax(com.google.protobuf.FloatValue value)
The bottommost coordinate of the bounding box.
.google.protobuf.FloatValue y_max = 5;
-
clearYMax
public VideoObjectTrackingPredictionResult.Frame.Builder clearYMax()
The bottommost coordinate of the bounding box.
.google.protobuf.FloatValue y_max = 5;
-
getYMaxBuilder
public com.google.protobuf.FloatValue.Builder getYMaxBuilder()
The bottommost coordinate of the bounding box.
.google.protobuf.FloatValue y_max = 5;
-
getYMaxOrBuilder
public com.google.protobuf.FloatValueOrBuilder getYMaxOrBuilder()
The bottommost coordinate of the bounding box.
.google.protobuf.FloatValue y_max = 5;
- Specified by:
getYMaxOrBuilder
in interfaceVideoObjectTrackingPredictionResult.FrameOrBuilder
-
setUnknownFields
public final VideoObjectTrackingPredictionResult.Frame.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<VideoObjectTrackingPredictionResult.Frame.Builder>
-
mergeUnknownFields
public final VideoObjectTrackingPredictionResult.Frame.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<VideoObjectTrackingPredictionResult.Frame.Builder>
-
-