public static final class OccupancyCountingPredictionResult.Stats.CrossingLineCount extends GeneratedMessageV3 implements OccupancyCountingPredictionResult.Stats.CrossingLineCountOrBuilder
   
   Message for Crossing line count.
 Protobuf type 
 google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.CrossingLineCount
 
  
  
  
    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
  
  ACCUMULATED_NEGATIVE_DIRECTION_COUNTS_FIELD_NUMBER
  
    public static final int ACCUMULATED_NEGATIVE_DIRECTION_COUNTS_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
      
        | Type | 
        Description | 
      
      
        int | 
         | 
      
    
  
  ACCUMULATED_POSITIVE_DIRECTION_COUNTS_FIELD_NUMBER
  
    public static final int ACCUMULATED_POSITIVE_DIRECTION_COUNTS_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
      
        | Type | 
        Description | 
      
      
        int | 
         | 
      
    
  
  ANNOTATION_FIELD_NUMBER
  
    public static final int ANNOTATION_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
      
        | Type | 
        Description | 
      
      
        int | 
         | 
      
    
  
  NEGATIVE_DIRECTION_COUNTS_FIELD_NUMBER
  
    public static final int NEGATIVE_DIRECTION_COUNTS_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
      
        | Type | 
        Description | 
      
      
        int | 
         | 
      
    
  
  POSITIVE_DIRECTION_COUNTS_FIELD_NUMBER
  
    public static final int POSITIVE_DIRECTION_COUNTS_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
      
        | Type | 
        Description | 
      
      
        int | 
         | 
      
    
  
  Static Methods
  
  
  getDefaultInstance()
  
    public static OccupancyCountingPredictionResult.Stats.CrossingLineCount getDefaultInstance()
   
  
  
  getDescriptor()
  
    public static final Descriptors.Descriptor getDescriptor()
   
  
  
  newBuilder()
  
    public static OccupancyCountingPredictionResult.Stats.CrossingLineCount.Builder newBuilder()
   
  
  
  newBuilder(OccupancyCountingPredictionResult.Stats.CrossingLineCount prototype)
  
    public static OccupancyCountingPredictionResult.Stats.CrossingLineCount.Builder newBuilder(OccupancyCountingPredictionResult.Stats.CrossingLineCount prototype)
   
  
  
  
  
  
    public static OccupancyCountingPredictionResult.Stats.CrossingLineCount parseDelimitedFrom(InputStream input)
   
  
  
  
  
  
  
    public static OccupancyCountingPredictionResult.Stats.CrossingLineCount parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  parseFrom(byte[] data)
  
    public static OccupancyCountingPredictionResult.Stats.CrossingLineCount parseFrom(byte[] data)
   
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        data | 
        byte[]
  | 
      
    
  
  
  
  
  parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
  
    public static OccupancyCountingPredictionResult.Stats.CrossingLineCount parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  parseFrom(ByteString data)
  
    public static OccupancyCountingPredictionResult.Stats.CrossingLineCount parseFrom(ByteString data)
   
  
  
  
  
  parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
  
    public static OccupancyCountingPredictionResult.Stats.CrossingLineCount parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  
  
    public static OccupancyCountingPredictionResult.Stats.CrossingLineCount parseFrom(CodedInputStream input)
   
  
  
  
  
  
  
    public static OccupancyCountingPredictionResult.Stats.CrossingLineCount parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  
  
    public static OccupancyCountingPredictionResult.Stats.CrossingLineCount parseFrom(InputStream input)
   
  
  
  
  
  
  
    public static OccupancyCountingPredictionResult.Stats.CrossingLineCount parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  parseFrom(ByteBuffer data)
  
    public static OccupancyCountingPredictionResult.Stats.CrossingLineCount parseFrom(ByteBuffer data)
   
  
  
  
  
  parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
  
    public static OccupancyCountingPredictionResult.Stats.CrossingLineCount parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  parser()
  
    public static Parser<OccupancyCountingPredictionResult.Stats.CrossingLineCount> parser()
   
  
  Methods
  
  
  equals(Object obj)
  
    public boolean equals(Object obj)
   
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        obj | 
        Object
  | 
      
    
  
  
  Overrides
  
  
  getAccumulatedNegativeDirectionCounts(int index)
  
    public OccupancyCountingPredictionResult.Stats.AccumulatedObjectCount getAccumulatedNegativeDirectionCounts(int index)
   
   The accumulated negative count.
 
 repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.AccumulatedObjectCount accumulated_negative_direction_counts = 5;
 
 
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        index | 
        int
  | 
      
    
  
  
  
  getAccumulatedNegativeDirectionCountsCount()
  
    public int getAccumulatedNegativeDirectionCountsCount()
   
   The accumulated negative count.
 
 repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.AccumulatedObjectCount accumulated_negative_direction_counts = 5;
 
 
  
    
      
        | Returns | 
      
      
        | Type | 
        Description | 
      
      
        int | 
         | 
      
    
  
  
  getAccumulatedNegativeDirectionCountsList()
  
    public List<OccupancyCountingPredictionResult.Stats.AccumulatedObjectCount> getAccumulatedNegativeDirectionCountsList()
   
   The accumulated negative count.
 
 repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.AccumulatedObjectCount accumulated_negative_direction_counts = 5;
 
 
  
  
  getAccumulatedNegativeDirectionCountsOrBuilder(int index)
  
    public OccupancyCountingPredictionResult.Stats.AccumulatedObjectCountOrBuilder getAccumulatedNegativeDirectionCountsOrBuilder(int index)
   
   The accumulated negative count.
 
 repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.AccumulatedObjectCount accumulated_negative_direction_counts = 5;
 
 
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        index | 
        int
  | 
      
    
  
  
  
  getAccumulatedNegativeDirectionCountsOrBuilderList()
  
    public List<? extends OccupancyCountingPredictionResult.Stats.AccumulatedObjectCountOrBuilder> getAccumulatedNegativeDirectionCountsOrBuilderList()
   
   The accumulated negative count.
 
 repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.AccumulatedObjectCount accumulated_negative_direction_counts = 5;
 
 
  
    
      
        | Returns | 
      
      
        | Type | 
        Description | 
      
      
        List<? extends com.google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.AccumulatedObjectCountOrBuilder> | 
         | 
      
    
  
  
  getAccumulatedPositiveDirectionCounts(int index)
  
    public OccupancyCountingPredictionResult.Stats.AccumulatedObjectCount getAccumulatedPositiveDirectionCounts(int index)
   
   The accumulated positive count.
 
 repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.AccumulatedObjectCount accumulated_positive_direction_counts = 4;
 
 
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        index | 
        int
  | 
      
    
  
  
  
  getAccumulatedPositiveDirectionCountsCount()
  
    public int getAccumulatedPositiveDirectionCountsCount()
   
   The accumulated positive count.
 
 repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.AccumulatedObjectCount accumulated_positive_direction_counts = 4;
 
 
  
    
      
        | Returns | 
      
      
        | Type | 
        Description | 
      
      
        int | 
         | 
      
    
  
  
  getAccumulatedPositiveDirectionCountsList()
  
    public List<OccupancyCountingPredictionResult.Stats.AccumulatedObjectCount> getAccumulatedPositiveDirectionCountsList()
   
   The accumulated positive count.
 
 repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.AccumulatedObjectCount accumulated_positive_direction_counts = 4;
 
 
  
  
  getAccumulatedPositiveDirectionCountsOrBuilder(int index)
  
    public OccupancyCountingPredictionResult.Stats.AccumulatedObjectCountOrBuilder getAccumulatedPositiveDirectionCountsOrBuilder(int index)
   
   The accumulated positive count.
 
 repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.AccumulatedObjectCount accumulated_positive_direction_counts = 4;
 
 
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        index | 
        int
  | 
      
    
  
  
  
  getAccumulatedPositiveDirectionCountsOrBuilderList()
  
    public List<? extends OccupancyCountingPredictionResult.Stats.AccumulatedObjectCountOrBuilder> getAccumulatedPositiveDirectionCountsOrBuilderList()
   
   The accumulated positive count.
 
 repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.AccumulatedObjectCount accumulated_positive_direction_counts = 4;
 
 
  
    
      
        | Returns | 
      
      
        | Type | 
        Description | 
      
      
        List<? extends com.google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.AccumulatedObjectCountOrBuilder> | 
         | 
      
    
  
  
  getAnnotation()
  
    public StreamAnnotation getAnnotation()
   
   Line annotation from the user.
 .google.cloud.visionai.v1.StreamAnnotation annotation = 1;
 
  
  
  getAnnotationOrBuilder()
  
    public StreamAnnotationOrBuilder getAnnotationOrBuilder()
   
   Line annotation from the user.
 .google.cloud.visionai.v1.StreamAnnotation annotation = 1;
 
  
  
  getDefaultInstanceForType()
  
    public OccupancyCountingPredictionResult.Stats.CrossingLineCount getDefaultInstanceForType()
   
  
  
  getNegativeDirectionCounts(int index)
  
    public OccupancyCountingPredictionResult.Stats.ObjectCount getNegativeDirectionCounts(int index)
   
   The direction that is opposite to the right hand rule.
 
 repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ObjectCount negative_direction_counts = 3;
 
 
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        index | 
        int
  | 
      
    
  
  
  
  getNegativeDirectionCountsCount()
  
    public int getNegativeDirectionCountsCount()
   
   The direction that is opposite to the right hand rule.
 
 repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ObjectCount negative_direction_counts = 3;
 
 
  
    
      
        | Returns | 
      
      
        | Type | 
        Description | 
      
      
        int | 
         | 
      
    
  
  
  getNegativeDirectionCountsList()
  
    public List<OccupancyCountingPredictionResult.Stats.ObjectCount> getNegativeDirectionCountsList()
   
   The direction that is opposite to the right hand rule.
 
 repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ObjectCount negative_direction_counts = 3;
 
 
  
  
  getNegativeDirectionCountsOrBuilder(int index)
  
    public OccupancyCountingPredictionResult.Stats.ObjectCountOrBuilder getNegativeDirectionCountsOrBuilder(int index)
   
   The direction that is opposite to the right hand rule.
 
 repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ObjectCount negative_direction_counts = 3;
 
 
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        index | 
        int
  | 
      
    
  
  
  
  getNegativeDirectionCountsOrBuilderList()
  
    public List<? extends OccupancyCountingPredictionResult.Stats.ObjectCountOrBuilder> getNegativeDirectionCountsOrBuilderList()
   
   The direction that is opposite to the right hand rule.
 
 repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ObjectCount negative_direction_counts = 3;
 
 
  
    
      
        | Returns | 
      
      
        | Type | 
        Description | 
      
      
        List<? extends com.google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ObjectCountOrBuilder> | 
         | 
      
    
  
  
  getParserForType()
  
    public Parser<OccupancyCountingPredictionResult.Stats.CrossingLineCount> getParserForType()
   
  
  Overrides
  
  
  getPositiveDirectionCounts(int index)
  
    public OccupancyCountingPredictionResult.Stats.ObjectCount getPositiveDirectionCounts(int index)
   
   The direction that follows the right hand rule.
 
 repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ObjectCount positive_direction_counts = 2;
 
 
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        index | 
        int
  | 
      
    
  
  
  
  getPositiveDirectionCountsCount()
  
    public int getPositiveDirectionCountsCount()
   
   The direction that follows the right hand rule.
 
 repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ObjectCount positive_direction_counts = 2;
 
 
  
    
      
        | Returns | 
      
      
        | Type | 
        Description | 
      
      
        int | 
         | 
      
    
  
  
  getPositiveDirectionCountsList()
  
    public List<OccupancyCountingPredictionResult.Stats.ObjectCount> getPositiveDirectionCountsList()
   
   The direction that follows the right hand rule.
 
 repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ObjectCount positive_direction_counts = 2;
 
 
  
  
  getPositiveDirectionCountsOrBuilder(int index)
  
    public OccupancyCountingPredictionResult.Stats.ObjectCountOrBuilder getPositiveDirectionCountsOrBuilder(int index)
   
   The direction that follows the right hand rule.
 
 repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ObjectCount positive_direction_counts = 2;
 
 
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        index | 
        int
  | 
      
    
  
  
  
  getPositiveDirectionCountsOrBuilderList()
  
    public List<? extends OccupancyCountingPredictionResult.Stats.ObjectCountOrBuilder> getPositiveDirectionCountsOrBuilderList()
   
   The direction that follows the right hand rule.
 
 repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ObjectCount positive_direction_counts = 2;
 
 
  
    
      
        | Returns | 
      
      
        | Type | 
        Description | 
      
      
        List<? extends com.google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats.ObjectCountOrBuilder> | 
         | 
      
    
  
  
  getSerializedSize()
  
    public int getSerializedSize()
   
  
    
      
        | Returns | 
      
      
        | Type | 
        Description | 
      
      
        int | 
         | 
      
    
  
  Overrides
  
  
  hasAnnotation()
  
    public boolean hasAnnotation()
   
   Line annotation from the user.
 .google.cloud.visionai.v1.StreamAnnotation annotation = 1;
 
  
    
      
        | Returns | 
      
      
        | Type | 
        Description | 
      
      
        boolean | 
        Whether the annotation field is set. 
 | 
      
    
  
  
  hashCode()
  
  
    
      
        | Returns | 
      
      
        | Type | 
        Description | 
      
      
        int | 
         | 
      
    
  
  Overrides
  
  
  internalGetFieldAccessorTable()
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  
  Overrides
  
  
  isInitialized()
  
    public final boolean isInitialized()
   
  
  Overrides
  
  
  newBuilderForType()
  
    public OccupancyCountingPredictionResult.Stats.CrossingLineCount.Builder newBuilderForType()
   
  
  
  newBuilderForType(GeneratedMessageV3.BuilderParent parent)
  
    protected OccupancyCountingPredictionResult.Stats.CrossingLineCount.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.CrossingLineCount.Builder toBuilder()
   
  
  
  writeTo(CodedOutputStream output)
  
    public void writeTo(CodedOutputStream output)
   
  
  Overrides