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 type
google.cloud.aiplatform.v1beta1.schema.predict.prediction.VideoObjectTrackingPredictionResult.Frame| Modifier and Type | Method and 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(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
VideoObjectTrackingPredictionResult.Frame.Builder |
mergeFrom(com.google.protobuf.Message other) |
VideoObjectTrackingPredictionResult.Frame.Builder |
mergeFrom(VideoObjectTrackingPredictionResult.Frame 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.Builder builderForValue)
A time (frame) of a video in which the object has been detected.
|
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 |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
VideoObjectTrackingPredictionResult.Frame.Builder |
setXMax(com.google.protobuf.FloatValue.Builder builderForValue)
The rightmost coordinate of the bounding box.
|
VideoObjectTrackingPredictionResult.Frame.Builder |
setXMax(com.google.protobuf.FloatValue value)
The rightmost 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 |
setXMin(com.google.protobuf.FloatValue value)
The leftmost 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 |
setYMax(com.google.protobuf.FloatValue value)
The bottommost coordinate of the bounding box.
|
VideoObjectTrackingPredictionResult.Frame.Builder |
setYMin(com.google.protobuf.FloatValue.Builder builderForValue)
The topmost coordinate of the bounding box.
|
VideoObjectTrackingPredictionResult.Frame.Builder |
setYMin(com.google.protobuf.FloatValue value)
The topmost coordinate of the bounding box.
|
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<VideoObjectTrackingPredictionResult.Frame.Builder>public VideoObjectTrackingPredictionResult.Frame.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<VideoObjectTrackingPredictionResult.Frame.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<VideoObjectTrackingPredictionResult.Frame.Builder>public VideoObjectTrackingPredictionResult.Frame getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic VideoObjectTrackingPredictionResult.Frame build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic VideoObjectTrackingPredictionResult.Frame buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic VideoObjectTrackingPredictionResult.Frame.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<VideoObjectTrackingPredictionResult.Frame.Builder>public VideoObjectTrackingPredictionResult.Frame.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<VideoObjectTrackingPredictionResult.Frame.Builder>public VideoObjectTrackingPredictionResult.Frame.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<VideoObjectTrackingPredictionResult.Frame.Builder>public VideoObjectTrackingPredictionResult.Frame.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<VideoObjectTrackingPredictionResult.Frame.Builder>public VideoObjectTrackingPredictionResult.Frame.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<VideoObjectTrackingPredictionResult.Frame.Builder>public VideoObjectTrackingPredictionResult.Frame.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<VideoObjectTrackingPredictionResult.Frame.Builder>public VideoObjectTrackingPredictionResult.Frame.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<VideoObjectTrackingPredictionResult.Frame.Builder>public VideoObjectTrackingPredictionResult.Frame.Builder mergeFrom(VideoObjectTrackingPredictionResult.Frame other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<VideoObjectTrackingPredictionResult.Frame.Builder>public VideoObjectTrackingPredictionResult.Frame.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<VideoObjectTrackingPredictionResult.Frame.Builder>IOExceptionpublic 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;hasTimeOffset in interface VideoObjectTrackingPredictionResult.FrameOrBuilderpublic 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;getTimeOffset in interface VideoObjectTrackingPredictionResult.FrameOrBuilderpublic 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;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;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;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;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;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;getTimeOffsetOrBuilder in interface VideoObjectTrackingPredictionResult.FrameOrBuilderpublic boolean hasXMin()
The leftmost coordinate of the bounding box.
.google.protobuf.FloatValue x_min = 2;hasXMin in interface VideoObjectTrackingPredictionResult.FrameOrBuilderpublic com.google.protobuf.FloatValue getXMin()
The leftmost coordinate of the bounding box.
.google.protobuf.FloatValue x_min = 2;getXMin in interface VideoObjectTrackingPredictionResult.FrameOrBuilderpublic VideoObjectTrackingPredictionResult.Frame.Builder setXMin(com.google.protobuf.FloatValue value)
The leftmost coordinate of the bounding box.
.google.protobuf.FloatValue x_min = 2;public VideoObjectTrackingPredictionResult.Frame.Builder setXMin(com.google.protobuf.FloatValue.Builder builderForValue)
The leftmost coordinate of the bounding box.
.google.protobuf.FloatValue x_min = 2;public VideoObjectTrackingPredictionResult.Frame.Builder mergeXMin(com.google.protobuf.FloatValue value)
The leftmost coordinate of the bounding box.
.google.protobuf.FloatValue x_min = 2;public VideoObjectTrackingPredictionResult.Frame.Builder clearXMin()
The leftmost coordinate of the bounding box.
.google.protobuf.FloatValue x_min = 2;public com.google.protobuf.FloatValue.Builder getXMinBuilder()
The leftmost coordinate of the bounding box.
.google.protobuf.FloatValue x_min = 2;public com.google.protobuf.FloatValueOrBuilder getXMinOrBuilder()
The leftmost coordinate of the bounding box.
.google.protobuf.FloatValue x_min = 2;getXMinOrBuilder in interface VideoObjectTrackingPredictionResult.FrameOrBuilderpublic boolean hasXMax()
The rightmost coordinate of the bounding box.
.google.protobuf.FloatValue x_max = 3;hasXMax in interface VideoObjectTrackingPredictionResult.FrameOrBuilderpublic com.google.protobuf.FloatValue getXMax()
The rightmost coordinate of the bounding box.
.google.protobuf.FloatValue x_max = 3;getXMax in interface VideoObjectTrackingPredictionResult.FrameOrBuilderpublic VideoObjectTrackingPredictionResult.Frame.Builder setXMax(com.google.protobuf.FloatValue value)
The rightmost coordinate of the bounding box.
.google.protobuf.FloatValue x_max = 3;public VideoObjectTrackingPredictionResult.Frame.Builder setXMax(com.google.protobuf.FloatValue.Builder builderForValue)
The rightmost coordinate of the bounding box.
.google.protobuf.FloatValue x_max = 3;public VideoObjectTrackingPredictionResult.Frame.Builder mergeXMax(com.google.protobuf.FloatValue value)
The rightmost coordinate of the bounding box.
.google.protobuf.FloatValue x_max = 3;public VideoObjectTrackingPredictionResult.Frame.Builder clearXMax()
The rightmost coordinate of the bounding box.
.google.protobuf.FloatValue x_max = 3;public com.google.protobuf.FloatValue.Builder getXMaxBuilder()
The rightmost coordinate of the bounding box.
.google.protobuf.FloatValue x_max = 3;public com.google.protobuf.FloatValueOrBuilder getXMaxOrBuilder()
The rightmost coordinate of the bounding box.
.google.protobuf.FloatValue x_max = 3;getXMaxOrBuilder in interface VideoObjectTrackingPredictionResult.FrameOrBuilderpublic boolean hasYMin()
The topmost coordinate of the bounding box.
.google.protobuf.FloatValue y_min = 4;hasYMin in interface VideoObjectTrackingPredictionResult.FrameOrBuilderpublic com.google.protobuf.FloatValue getYMin()
The topmost coordinate of the bounding box.
.google.protobuf.FloatValue y_min = 4;getYMin in interface VideoObjectTrackingPredictionResult.FrameOrBuilderpublic VideoObjectTrackingPredictionResult.Frame.Builder setYMin(com.google.protobuf.FloatValue value)
The topmost coordinate of the bounding box.
.google.protobuf.FloatValue y_min = 4;public VideoObjectTrackingPredictionResult.Frame.Builder setYMin(com.google.protobuf.FloatValue.Builder builderForValue)
The topmost coordinate of the bounding box.
.google.protobuf.FloatValue y_min = 4;public VideoObjectTrackingPredictionResult.Frame.Builder mergeYMin(com.google.protobuf.FloatValue value)
The topmost coordinate of the bounding box.
.google.protobuf.FloatValue y_min = 4;public VideoObjectTrackingPredictionResult.Frame.Builder clearYMin()
The topmost coordinate of the bounding box.
.google.protobuf.FloatValue y_min = 4;public com.google.protobuf.FloatValue.Builder getYMinBuilder()
The topmost coordinate of the bounding box.
.google.protobuf.FloatValue y_min = 4;public com.google.protobuf.FloatValueOrBuilder getYMinOrBuilder()
The topmost coordinate of the bounding box.
.google.protobuf.FloatValue y_min = 4;getYMinOrBuilder in interface VideoObjectTrackingPredictionResult.FrameOrBuilderpublic boolean hasYMax()
The bottommost coordinate of the bounding box.
.google.protobuf.FloatValue y_max = 5;hasYMax in interface VideoObjectTrackingPredictionResult.FrameOrBuilderpublic com.google.protobuf.FloatValue getYMax()
The bottommost coordinate of the bounding box.
.google.protobuf.FloatValue y_max = 5;getYMax in interface VideoObjectTrackingPredictionResult.FrameOrBuilderpublic VideoObjectTrackingPredictionResult.Frame.Builder setYMax(com.google.protobuf.FloatValue value)
The bottommost coordinate of the bounding box.
.google.protobuf.FloatValue y_max = 5;public VideoObjectTrackingPredictionResult.Frame.Builder setYMax(com.google.protobuf.FloatValue.Builder builderForValue)
The bottommost coordinate of the bounding box.
.google.protobuf.FloatValue y_max = 5;public VideoObjectTrackingPredictionResult.Frame.Builder mergeYMax(com.google.protobuf.FloatValue value)
The bottommost coordinate of the bounding box.
.google.protobuf.FloatValue y_max = 5;public VideoObjectTrackingPredictionResult.Frame.Builder clearYMax()
The bottommost coordinate of the bounding box.
.google.protobuf.FloatValue y_max = 5;public com.google.protobuf.FloatValue.Builder getYMaxBuilder()
The bottommost coordinate of the bounding box.
.google.protobuf.FloatValue y_max = 5;public com.google.protobuf.FloatValueOrBuilder getYMaxOrBuilder()
The bottommost coordinate of the bounding box.
.google.protobuf.FloatValue y_max = 5;getYMaxOrBuilder in interface VideoObjectTrackingPredictionResult.FrameOrBuilderpublic final VideoObjectTrackingPredictionResult.Frame.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<VideoObjectTrackingPredictionResult.Frame.Builder>public final VideoObjectTrackingPredictionResult.Frame.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<VideoObjectTrackingPredictionResult.Frame.Builder>Copyright © 2024 Google LLC. All rights reserved.