Class OccupancyCountingPredictionResult.Stats.Builder (0.15.0)

public static final class OccupancyCountingPredictionResult.Stats.Builder extends GeneratedMessageV3.Builder<OccupancyCountingPredictionResult.Stats.Builder> implements OccupancyCountingPredictionResult.StatsOrBuilder

The statistics info for annotations from occupancy counting operator.

Protobuf type google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats

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()
Returns
Type Description
Descriptor

Methods

addActiveZoneCounts(OccupancyCountingPredictionResult.Stats.ActiveZoneCount value)

public OccupancyCountingPredictionResult.Stats.Builder addActiveZoneCounts(OccupancyCountingPredictionResult.Stats.ActiveZoneCount value)

Active zone counts.

repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ActiveZoneCount active_zone_counts = 3;

addActiveZoneCounts(OccupancyCountingPredictionResult.Stats.ActiveZoneCount.Builder builderForValue)

public OccupancyCountingPredictionResult.Stats.Builder addActiveZoneCounts(OccupancyCountingPredictionResult.Stats.ActiveZoneCount.Builder builderForValue)

Active zone counts.

repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ActiveZoneCount active_zone_counts = 3;

Parameter
Name Description
builderForValue OccupancyCountingPredictionResult.Stats.ActiveZoneCount.Builder

addActiveZoneCounts(int index, OccupancyCountingPredictionResult.Stats.ActiveZoneCount value)

public OccupancyCountingPredictionResult.Stats.Builder addActiveZoneCounts(int index, OccupancyCountingPredictionResult.Stats.ActiveZoneCount value)

Active zone counts.

repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ActiveZoneCount active_zone_counts = 3;

Parameters
Name Description
index int
value OccupancyCountingPredictionResult.Stats.ActiveZoneCount

addActiveZoneCounts(int index, OccupancyCountingPredictionResult.Stats.ActiveZoneCount.Builder builderForValue)

public OccupancyCountingPredictionResult.Stats.Builder addActiveZoneCounts(int index, OccupancyCountingPredictionResult.Stats.ActiveZoneCount.Builder builderForValue)

Active zone counts.

repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ActiveZoneCount active_zone_counts = 3;

Parameters
Name Description
index int
builderForValue OccupancyCountingPredictionResult.Stats.ActiveZoneCount.Builder

addActiveZoneCountsBuilder()

public OccupancyCountingPredictionResult.Stats.ActiveZoneCount.Builder addActiveZoneCountsBuilder()

Active zone counts.

repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ActiveZoneCount active_zone_counts = 3;

addActiveZoneCountsBuilder(int index)

public OccupancyCountingPredictionResult.Stats.ActiveZoneCount.Builder addActiveZoneCountsBuilder(int index)

Active zone counts.

repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ActiveZoneCount active_zone_counts = 3;

Parameter
Name Description
index int

addAllActiveZoneCounts(Iterable<? extends OccupancyCountingPredictionResult.Stats.ActiveZoneCount> values)

public OccupancyCountingPredictionResult.Stats.Builder addAllActiveZoneCounts(Iterable<? extends OccupancyCountingPredictionResult.Stats.ActiveZoneCount> values)

Active zone counts.

repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ActiveZoneCount active_zone_counts = 3;

Parameter
Name Description
values Iterable<? extends com.google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ActiveZoneCount>

addAllCrossingLineCounts(Iterable<? extends OccupancyCountingPredictionResult.Stats.CrossingLineCount> values)

public OccupancyCountingPredictionResult.Stats.Builder addAllCrossingLineCounts(Iterable<? extends OccupancyCountingPredictionResult.Stats.CrossingLineCount> values)

Crossing line counts.

repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.CrossingLineCount crossing_line_counts = 2;

Parameter
Name Description
values Iterable<? extends com.google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.CrossingLineCount>

addAllFullFrameCount(Iterable<? extends OccupancyCountingPredictionResult.Stats.ObjectCount> values)

public OccupancyCountingPredictionResult.Stats.Builder addAllFullFrameCount(Iterable<? extends OccupancyCountingPredictionResult.Stats.ObjectCount> values)

Counts of the full frame.

repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ObjectCount full_frame_count = 1;

Parameter
Name Description
values Iterable<? extends com.google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ObjectCount>

addCrossingLineCounts(OccupancyCountingPredictionResult.Stats.CrossingLineCount value)

public OccupancyCountingPredictionResult.Stats.Builder addCrossingLineCounts(OccupancyCountingPredictionResult.Stats.CrossingLineCount value)

Crossing line counts.

repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.CrossingLineCount crossing_line_counts = 2;

addCrossingLineCounts(OccupancyCountingPredictionResult.Stats.CrossingLineCount.Builder builderForValue)

public OccupancyCountingPredictionResult.Stats.Builder addCrossingLineCounts(OccupancyCountingPredictionResult.Stats.CrossingLineCount.Builder builderForValue)

Crossing line counts.

repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.CrossingLineCount crossing_line_counts = 2;

Parameter
Name Description
builderForValue OccupancyCountingPredictionResult.Stats.CrossingLineCount.Builder

addCrossingLineCounts(int index, OccupancyCountingPredictionResult.Stats.CrossingLineCount value)

public OccupancyCountingPredictionResult.Stats.Builder addCrossingLineCounts(int index, OccupancyCountingPredictionResult.Stats.CrossingLineCount value)

Crossing line counts.

repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.CrossingLineCount crossing_line_counts = 2;

Parameters
Name Description
index int
value OccupancyCountingPredictionResult.Stats.CrossingLineCount

addCrossingLineCounts(int index, OccupancyCountingPredictionResult.Stats.CrossingLineCount.Builder builderForValue)

public OccupancyCountingPredictionResult.Stats.Builder addCrossingLineCounts(int index, OccupancyCountingPredictionResult.Stats.CrossingLineCount.Builder builderForValue)

Crossing line counts.

repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.CrossingLineCount crossing_line_counts = 2;

Parameters
Name Description
index int
builderForValue OccupancyCountingPredictionResult.Stats.CrossingLineCount.Builder

addCrossingLineCountsBuilder()

public OccupancyCountingPredictionResult.Stats.CrossingLineCount.Builder addCrossingLineCountsBuilder()

Crossing line counts.

repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.CrossingLineCount crossing_line_counts = 2;

addCrossingLineCountsBuilder(int index)

public OccupancyCountingPredictionResult.Stats.CrossingLineCount.Builder addCrossingLineCountsBuilder(int index)

Crossing line counts.

repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.CrossingLineCount crossing_line_counts = 2;

Parameter
Name Description
index int

addFullFrameCount(OccupancyCountingPredictionResult.Stats.ObjectCount value)

public OccupancyCountingPredictionResult.Stats.Builder addFullFrameCount(OccupancyCountingPredictionResult.Stats.ObjectCount value)

Counts of the full frame.

repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ObjectCount full_frame_count = 1;

Parameter
Name Description
value OccupancyCountingPredictionResult.Stats.ObjectCount

addFullFrameCount(OccupancyCountingPredictionResult.Stats.ObjectCount.Builder builderForValue)

public OccupancyCountingPredictionResult.Stats.Builder addFullFrameCount(OccupancyCountingPredictionResult.Stats.ObjectCount.Builder builderForValue)

Counts of the full frame.

repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ObjectCount full_frame_count = 1;

Parameter
Name Description
builderForValue OccupancyCountingPredictionResult.Stats.ObjectCount.Builder

addFullFrameCount(int index, OccupancyCountingPredictionResult.Stats.ObjectCount value)

public OccupancyCountingPredictionResult.Stats.Builder addFullFrameCount(int index, OccupancyCountingPredictionResult.Stats.ObjectCount value)

Counts of the full frame.

repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ObjectCount full_frame_count = 1;

Parameters
Name Description
index int
value OccupancyCountingPredictionResult.Stats.ObjectCount

addFullFrameCount(int index, OccupancyCountingPredictionResult.Stats.ObjectCount.Builder builderForValue)

public OccupancyCountingPredictionResult.Stats.Builder addFullFrameCount(int index, OccupancyCountingPredictionResult.Stats.ObjectCount.Builder builderForValue)

Counts of the full frame.

repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ObjectCount full_frame_count = 1;

Parameters
Name Description
index int
builderForValue OccupancyCountingPredictionResult.Stats.ObjectCount.Builder

addFullFrameCountBuilder()

public OccupancyCountingPredictionResult.Stats.ObjectCount.Builder addFullFrameCountBuilder()

Counts of the full frame.

repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ObjectCount full_frame_count = 1;

addFullFrameCountBuilder(int index)

public OccupancyCountingPredictionResult.Stats.ObjectCount.Builder addFullFrameCountBuilder(int index)

Counts of the full frame.

repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ObjectCount full_frame_count = 1;

Parameter
Name Description
index int

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public OccupancyCountingPredictionResult.Stats.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Overrides

build()

public OccupancyCountingPredictionResult.Stats build()
Returns
Type Description
OccupancyCountingPredictionResult.Stats

buildPartial()

public OccupancyCountingPredictionResult.Stats buildPartial()
Returns
Type Description
OccupancyCountingPredictionResult.Stats

clear()

public OccupancyCountingPredictionResult.Stats.Builder clear()
Overrides

clearActiveZoneCounts()

public OccupancyCountingPredictionResult.Stats.Builder clearActiveZoneCounts()

Active zone counts.

repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ActiveZoneCount active_zone_counts = 3;

clearCrossingLineCounts()

public OccupancyCountingPredictionResult.Stats.Builder clearCrossingLineCounts()

Crossing line counts.

repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.CrossingLineCount crossing_line_counts = 2;

clearField(Descriptors.FieldDescriptor field)

public OccupancyCountingPredictionResult.Stats.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Overrides

clearFullFrameCount()

public OccupancyCountingPredictionResult.Stats.Builder clearFullFrameCount()

Counts of the full frame.

repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ObjectCount full_frame_count = 1;

clearOneof(Descriptors.OneofDescriptor oneof)

public OccupancyCountingPredictionResult.Stats.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Overrides

clone()

public OccupancyCountingPredictionResult.Stats.Builder clone()
Overrides

getActiveZoneCounts(int index)

public OccupancyCountingPredictionResult.Stats.ActiveZoneCount getActiveZoneCounts(int index)

Active zone counts.

repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ActiveZoneCount active_zone_counts = 3;

Parameter
Name Description
index int

getActiveZoneCountsBuilder(int index)

public OccupancyCountingPredictionResult.Stats.ActiveZoneCount.Builder getActiveZoneCountsBuilder(int index)

Active zone counts.

repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ActiveZoneCount active_zone_counts = 3;

Parameter
Name Description
index int

getActiveZoneCountsBuilderList()

public List<OccupancyCountingPredictionResult.Stats.ActiveZoneCount.Builder> getActiveZoneCountsBuilderList()

Active zone counts.

repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ActiveZoneCount active_zone_counts = 3;

Returns
Type Description
List<Builder>

getActiveZoneCountsCount()

public int getActiveZoneCountsCount()

Active zone counts.

repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ActiveZoneCount active_zone_counts = 3;

Returns
Type Description
int

getActiveZoneCountsList()

public List<OccupancyCountingPredictionResult.Stats.ActiveZoneCount> getActiveZoneCountsList()

Active zone counts.

repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ActiveZoneCount active_zone_counts = 3;

Returns
Type Description
List<ActiveZoneCount>

getActiveZoneCountsOrBuilder(int index)

public OccupancyCountingPredictionResult.Stats.ActiveZoneCountOrBuilder getActiveZoneCountsOrBuilder(int index)

Active zone counts.

repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ActiveZoneCount active_zone_counts = 3;

Parameter
Name Description
index int

getActiveZoneCountsOrBuilderList()

public List<? extends OccupancyCountingPredictionResult.Stats.ActiveZoneCountOrBuilder> getActiveZoneCountsOrBuilderList()

Active zone counts.

repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ActiveZoneCount active_zone_counts = 3;

Returns
Type Description
List<? extends com.google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ActiveZoneCountOrBuilder>

getCrossingLineCounts(int index)

public OccupancyCountingPredictionResult.Stats.CrossingLineCount getCrossingLineCounts(int index)

Crossing line counts.

repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.CrossingLineCount crossing_line_counts = 2;

Parameter
Name Description
index int

getCrossingLineCountsBuilder(int index)

public OccupancyCountingPredictionResult.Stats.CrossingLineCount.Builder getCrossingLineCountsBuilder(int index)

Crossing line counts.

repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.CrossingLineCount crossing_line_counts = 2;

Parameter
Name Description
index int

getCrossingLineCountsBuilderList()

public List<OccupancyCountingPredictionResult.Stats.CrossingLineCount.Builder> getCrossingLineCountsBuilderList()

Crossing line counts.

repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.CrossingLineCount crossing_line_counts = 2;

Returns
Type Description
List<Builder>

getCrossingLineCountsCount()

public int getCrossingLineCountsCount()

Crossing line counts.

repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.CrossingLineCount crossing_line_counts = 2;

Returns
Type Description
int

getCrossingLineCountsList()

public List<OccupancyCountingPredictionResult.Stats.CrossingLineCount> getCrossingLineCountsList()

Crossing line counts.

repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.CrossingLineCount crossing_line_counts = 2;

Returns
Type Description
List<CrossingLineCount>

getCrossingLineCountsOrBuilder(int index)

public OccupancyCountingPredictionResult.Stats.CrossingLineCountOrBuilder getCrossingLineCountsOrBuilder(int index)

Crossing line counts.

repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.CrossingLineCount crossing_line_counts = 2;

Parameter
Name Description
index int

getCrossingLineCountsOrBuilderList()

public List<? extends OccupancyCountingPredictionResult.Stats.CrossingLineCountOrBuilder> getCrossingLineCountsOrBuilderList()

Crossing line counts.

repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.CrossingLineCount crossing_line_counts = 2;

Returns
Type Description
List<? extends com.google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.CrossingLineCountOrBuilder>

getDefaultInstanceForType()

public OccupancyCountingPredictionResult.Stats getDefaultInstanceForType()
Returns
Type Description
OccupancyCountingPredictionResult.Stats

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getFullFrameCount(int index)

public OccupancyCountingPredictionResult.Stats.ObjectCount getFullFrameCount(int index)

Counts of the full frame.

repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ObjectCount full_frame_count = 1;

Parameter
Name Description
index int

getFullFrameCountBuilder(int index)

public OccupancyCountingPredictionResult.Stats.ObjectCount.Builder getFullFrameCountBuilder(int index)

Counts of the full frame.

repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ObjectCount full_frame_count = 1;

Parameter
Name Description
index int

getFullFrameCountBuilderList()

public List<OccupancyCountingPredictionResult.Stats.ObjectCount.Builder> getFullFrameCountBuilderList()

Counts of the full frame.

repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ObjectCount full_frame_count = 1;

Returns
Type Description
List<Builder>

getFullFrameCountCount()

public int getFullFrameCountCount()

Counts of the full frame.

repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ObjectCount full_frame_count = 1;

Returns
Type Description
int

getFullFrameCountList()

public List<OccupancyCountingPredictionResult.Stats.ObjectCount> getFullFrameCountList()

Counts of the full frame.

repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ObjectCount full_frame_count = 1;

Returns
Type Description
List<ObjectCount>

getFullFrameCountOrBuilder(int index)

public OccupancyCountingPredictionResult.Stats.ObjectCountOrBuilder getFullFrameCountOrBuilder(int index)

Counts of the full frame.

repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ObjectCount full_frame_count = 1;

Parameter
Name Description
index int

getFullFrameCountOrBuilderList()

public List<? extends OccupancyCountingPredictionResult.Stats.ObjectCountOrBuilder> getFullFrameCountOrBuilderList()

Counts of the full frame.

repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ObjectCount full_frame_count = 1;

Returns
Type Description
List<? extends com.google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ObjectCountOrBuilder>

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(OccupancyCountingPredictionResult.Stats other)

public OccupancyCountingPredictionResult.Stats.Builder mergeFrom(OccupancyCountingPredictionResult.Stats other)
Parameter
Name Description
other OccupancyCountingPredictionResult.Stats

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public OccupancyCountingPredictionResult.Stats.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public OccupancyCountingPredictionResult.Stats.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final OccupancyCountingPredictionResult.Stats.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Overrides

removeActiveZoneCounts(int index)

public OccupancyCountingPredictionResult.Stats.Builder removeActiveZoneCounts(int index)

Active zone counts.

repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ActiveZoneCount active_zone_counts = 3;

Parameter
Name Description
index int

removeCrossingLineCounts(int index)

public OccupancyCountingPredictionResult.Stats.Builder removeCrossingLineCounts(int index)

Crossing line counts.

repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.CrossingLineCount crossing_line_counts = 2;

Parameter
Name Description
index int

removeFullFrameCount(int index)

public OccupancyCountingPredictionResult.Stats.Builder removeFullFrameCount(int index)

Counts of the full frame.

repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ObjectCount full_frame_count = 1;

Parameter
Name Description
index int

setActiveZoneCounts(int index, OccupancyCountingPredictionResult.Stats.ActiveZoneCount value)

public OccupancyCountingPredictionResult.Stats.Builder setActiveZoneCounts(int index, OccupancyCountingPredictionResult.Stats.ActiveZoneCount value)

Active zone counts.

repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ActiveZoneCount active_zone_counts = 3;

Parameters
Name Description
index int
value OccupancyCountingPredictionResult.Stats.ActiveZoneCount

setActiveZoneCounts(int index, OccupancyCountingPredictionResult.Stats.ActiveZoneCount.Builder builderForValue)

public OccupancyCountingPredictionResult.Stats.Builder setActiveZoneCounts(int index, OccupancyCountingPredictionResult.Stats.ActiveZoneCount.Builder builderForValue)

Active zone counts.

repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ActiveZoneCount active_zone_counts = 3;

Parameters
Name Description
index int
builderForValue OccupancyCountingPredictionResult.Stats.ActiveZoneCount.Builder

setCrossingLineCounts(int index, OccupancyCountingPredictionResult.Stats.CrossingLineCount value)

public OccupancyCountingPredictionResult.Stats.Builder setCrossingLineCounts(int index, OccupancyCountingPredictionResult.Stats.CrossingLineCount value)

Crossing line counts.

repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.CrossingLineCount crossing_line_counts = 2;

Parameters
Name Description
index int
value OccupancyCountingPredictionResult.Stats.CrossingLineCount

setCrossingLineCounts(int index, OccupancyCountingPredictionResult.Stats.CrossingLineCount.Builder builderForValue)

public OccupancyCountingPredictionResult.Stats.Builder setCrossingLineCounts(int index, OccupancyCountingPredictionResult.Stats.CrossingLineCount.Builder builderForValue)

Crossing line counts.

repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.CrossingLineCount crossing_line_counts = 2;

Parameters
Name Description
index int
builderForValue OccupancyCountingPredictionResult.Stats.CrossingLineCount.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public OccupancyCountingPredictionResult.Stats.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Overrides

setFullFrameCount(int index, OccupancyCountingPredictionResult.Stats.ObjectCount value)

public OccupancyCountingPredictionResult.Stats.Builder setFullFrameCount(int index, OccupancyCountingPredictionResult.Stats.ObjectCount value)

Counts of the full frame.

repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ObjectCount full_frame_count = 1;

Parameters
Name Description
index int
value OccupancyCountingPredictionResult.Stats.ObjectCount

setFullFrameCount(int index, OccupancyCountingPredictionResult.Stats.ObjectCount.Builder builderForValue)

public OccupancyCountingPredictionResult.Stats.Builder setFullFrameCount(int index, OccupancyCountingPredictionResult.Stats.ObjectCount.Builder builderForValue)

Counts of the full frame.

repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ObjectCount full_frame_count = 1;

Parameters
Name Description
index int
builderForValue OccupancyCountingPredictionResult.Stats.ObjectCount.Builder

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public OccupancyCountingPredictionResult.Stats.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final OccupancyCountingPredictionResult.Stats.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Overrides