Send feedback
Class OccupancyCountingPredictionResult.Stats (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 . Stats extends GeneratedMessageV3 implements OccupancyCountingPredictionResult . StatsOrBuilder
The statistics info for annotations from occupancy counting operator.
Protobuf type google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
ACTIVE_ZONE_COUNTS_FIELD_NUMBER
public static final int ACTIVE_ZONE_COUNTS_FIELD_NUMBER
Field Value
Type
Description
int
CROSSING_LINE_COUNTS_FIELD_NUMBER
public static final int CROSSING_LINE_COUNTS_FIELD_NUMBER
Field Value
Type
Description
int
FULL_FRAME_COUNT_FIELD_NUMBER
public static final int FULL_FRAME_COUNT_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static OccupancyCountingPredictionResult . Stats getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static OccupancyCountingPredictionResult . Stats . Builder newBuilder ()
newBuilder(OccupancyCountingPredictionResult.Stats prototype)
public static OccupancyCountingPredictionResult . Stats . Builder newBuilder ( OccupancyCountingPredictionResult . Stats prototype )
public static OccupancyCountingPredictionResult . Stats parseDelimitedFrom ( InputStream input )
public static OccupancyCountingPredictionResult . Stats parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static OccupancyCountingPredictionResult . Stats parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static OccupancyCountingPredictionResult . Stats parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static OccupancyCountingPredictionResult . Stats parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static OccupancyCountingPredictionResult . Stats parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static OccupancyCountingPredictionResult . Stats parseFrom ( CodedInputStream input )
public static OccupancyCountingPredictionResult . Stats parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static OccupancyCountingPredictionResult . Stats parseFrom ( InputStream input )
public static OccupancyCountingPredictionResult . Stats parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static OccupancyCountingPredictionResult . Stats parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static OccupancyCountingPredictionResult . Stats parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<OccupancyCountingPredictionResult . Stats > parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
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
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;
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
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;
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 ()
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
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;
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 >
getParserForType()
public Parser<OccupancyCountingPredictionResult . Stats > getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public OccupancyCountingPredictionResult . Stats . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected OccupancyCountingPredictionResult . Stats . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public OccupancyCountingPredictionResult . Stats . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
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."],[],[]]