Send feedback
Class OccupancyCountingPredictionResult.TrackInfo.Builder (0.12.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.12.0 keyboard_arrow_down
public static final class OccupancyCountingPredictionResult . TrackInfo . Builder extends GeneratedMessageV3 . Builder<OccupancyCountingPredictionResult . TrackInfo . Builder > implements OccupancyCountingPredictionResult . TrackInfoOrBuilder
The track info for annotations from occupancy counting operator.
Protobuf type google.cloud.visionai.v1.OccupancyCountingPredictionResult.TrackInfo
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public OccupancyCountingPredictionResult . TrackInfo . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
build()
public OccupancyCountingPredictionResult . TrackInfo build ()
buildPartial()
public OccupancyCountingPredictionResult . TrackInfo buildPartial ()
clear()
public OccupancyCountingPredictionResult . TrackInfo . Builder clear ()
Overrides
clearField(Descriptors.FieldDescriptor field)
public OccupancyCountingPredictionResult . TrackInfo . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public OccupancyCountingPredictionResult . TrackInfo . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
clearStartTime()
public OccupancyCountingPredictionResult . TrackInfo . Builder clearStartTime ()
Start timestamp of this track.
.google.protobuf.Timestamp start_time = 2;
clearTrackId()
public OccupancyCountingPredictionResult . TrackInfo . Builder clearTrackId ()
An unique id to identify a track. It should be consistent across frames.
string track_id = 1;
clone()
public OccupancyCountingPredictionResult . TrackInfo . Builder clone ()
Overrides
getDefaultInstanceForType()
public OccupancyCountingPredictionResult . TrackInfo getDefaultInstanceForType ()
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
getStartTime()
public Timestamp getStartTime ()
Start timestamp of this track.
.google.protobuf.Timestamp start_time = 2;
Returns
Type
Description
Timestamp
The startTime.
getStartTimeBuilder()
public Timestamp . Builder getStartTimeBuilder ()
Start timestamp of this track.
.google.protobuf.Timestamp start_time = 2;
getStartTimeOrBuilder()
public TimestampOrBuilder getStartTimeOrBuilder ()
Start timestamp of this track.
.google.protobuf.Timestamp start_time = 2;
getTrackId()
public String getTrackId ()
An unique id to identify a track. It should be consistent across frames.
string track_id = 1;
Returns
Type
Description
String
The trackId.
getTrackIdBytes()
public ByteString getTrackIdBytes ()
An unique id to identify a track. It should be consistent across frames.
string track_id = 1;
Returns
Type
Description
ByteString
The bytes for trackId.
hasStartTime()
public boolean hasStartTime ()
Start timestamp of this track.
.google.protobuf.Timestamp start_time = 2;
Returns
Type
Description
boolean
Whether the startTime field is set.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
mergeFrom(OccupancyCountingPredictionResult.TrackInfo other)
public OccupancyCountingPredictionResult . TrackInfo . Builder mergeFrom ( OccupancyCountingPredictionResult . TrackInfo other )
public OccupancyCountingPredictionResult . TrackInfo . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public OccupancyCountingPredictionResult . TrackInfo . Builder mergeFrom ( Message other )
Parameter
Name
Description
other
Message
Overrides
mergeStartTime(Timestamp value)
public OccupancyCountingPredictionResult . TrackInfo . Builder mergeStartTime ( Timestamp value )
Start timestamp of this track.
.google.protobuf.Timestamp start_time = 2;
mergeUnknownFields(UnknownFieldSet unknownFields)
public final OccupancyCountingPredictionResult . TrackInfo . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public OccupancyCountingPredictionResult . TrackInfo . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public OccupancyCountingPredictionResult . TrackInfo . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
setStartTime(Timestamp value)
public OccupancyCountingPredictionResult . TrackInfo . Builder setStartTime ( Timestamp value )
Start timestamp of this track.
.google.protobuf.Timestamp start_time = 2;
setStartTime(Timestamp.Builder builderForValue)
public OccupancyCountingPredictionResult . TrackInfo . Builder setStartTime ( Timestamp . Builder builderForValue )
Start timestamp of this track.
.google.protobuf.Timestamp start_time = 2;
Parameter
Name
Description
builderForValue
Builder
setTrackId(String value)
public OccupancyCountingPredictionResult . TrackInfo . Builder setTrackId ( String value )
An unique id to identify a track. It should be consistent across frames.
string track_id = 1;
Parameter
Name
Description
value
String
The trackId to set.
setTrackIdBytes(ByteString value)
public OccupancyCountingPredictionResult . TrackInfo . Builder setTrackIdBytes ( ByteString value )
An unique id to identify a track. It should be consistent across frames.
string track_id = 1;
Parameter
Name
Description
value
ByteString
The bytes for trackId to set.
setUnknownFields(UnknownFieldSet unknownFields)
public final OccupancyCountingPredictionResult . TrackInfo . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]