All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.cloud.visionai.v1.OccupancyCountingPredictionResultOrBuilder Maven / Gradle / Ivy

/*
 * Copyright 2024 Google LLC
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     https://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/cloud/visionai/v1/annotations.proto

// Protobuf Java Version: 3.25.3
package com.google.cloud.visionai.v1;

public interface OccupancyCountingPredictionResultOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.visionai.v1.OccupancyCountingPredictionResult)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * Current timestamp.
   * 
* * .google.protobuf.Timestamp current_time = 1; * * @return Whether the currentTime field is set. */ boolean hasCurrentTime(); /** * * *
   * Current timestamp.
   * 
* * .google.protobuf.Timestamp current_time = 1; * * @return The currentTime. */ com.google.protobuf.Timestamp getCurrentTime(); /** * * *
   * Current timestamp.
   * 
* * .google.protobuf.Timestamp current_time = 1; */ com.google.protobuf.TimestampOrBuilder getCurrentTimeOrBuilder(); /** * * *
   * A list of identified boxes.
   * 
* * * repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.IdentifiedBox identified_boxes = 2; * */ java.util.List getIdentifiedBoxesList(); /** * * *
   * A list of identified boxes.
   * 
* * * repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.IdentifiedBox identified_boxes = 2; * */ com.google.cloud.visionai.v1.OccupancyCountingPredictionResult.IdentifiedBox getIdentifiedBoxes( int index); /** * * *
   * A list of identified boxes.
   * 
* * * repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.IdentifiedBox identified_boxes = 2; * */ int getIdentifiedBoxesCount(); /** * * *
   * A list of identified boxes.
   * 
* * * repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.IdentifiedBox identified_boxes = 2; * */ java.util.List< ? extends com.google.cloud.visionai.v1.OccupancyCountingPredictionResult.IdentifiedBoxOrBuilder> getIdentifiedBoxesOrBuilderList(); /** * * *
   * A list of identified boxes.
   * 
* * * repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.IdentifiedBox identified_boxes = 2; * */ com.google.cloud.visionai.v1.OccupancyCountingPredictionResult.IdentifiedBoxOrBuilder getIdentifiedBoxesOrBuilder(int index); /** * * *
   * Detection statistics.
   * 
* * .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats stats = 3; * * @return Whether the stats field is set. */ boolean hasStats(); /** * * *
   * Detection statistics.
   * 
* * .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats stats = 3; * * @return The stats. */ com.google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats getStats(); /** * * *
   * Detection statistics.
   * 
* * .google.cloud.visionai.v1.OccupancyCountingPredictionResult.Stats stats = 3; */ com.google.cloud.visionai.v1.OccupancyCountingPredictionResult.StatsOrBuilder getStatsOrBuilder(); /** * * *
   * Track related information. All the tracks that are live at this timestamp.
   * It only exists if tracking is enabled.
   * 
* * * repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.TrackInfo track_info = 4; * */ java.util.List getTrackInfoList(); /** * * *
   * Track related information. All the tracks that are live at this timestamp.
   * It only exists if tracking is enabled.
   * 
* * * repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.TrackInfo track_info = 4; * */ com.google.cloud.visionai.v1.OccupancyCountingPredictionResult.TrackInfo getTrackInfo(int index); /** * * *
   * Track related information. All the tracks that are live at this timestamp.
   * It only exists if tracking is enabled.
   * 
* * * repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.TrackInfo track_info = 4; * */ int getTrackInfoCount(); /** * * *
   * Track related information. All the tracks that are live at this timestamp.
   * It only exists if tracking is enabled.
   * 
* * * repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.TrackInfo track_info = 4; * */ java.util.List< ? extends com.google.cloud.visionai.v1.OccupancyCountingPredictionResult.TrackInfoOrBuilder> getTrackInfoOrBuilderList(); /** * * *
   * Track related information. All the tracks that are live at this timestamp.
   * It only exists if tracking is enabled.
   * 
* * * repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.TrackInfo track_info = 4; * */ com.google.cloud.visionai.v1.OccupancyCountingPredictionResult.TrackInfoOrBuilder getTrackInfoOrBuilder(int index); /** * * *
   * Dwell time related information. All the tracks that are live in a given
   * zone with a start and end dwell time timestamp
   * 
* * * repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.DwellTimeInfo dwell_time_info = 5; * */ java.util.List getDwellTimeInfoList(); /** * * *
   * Dwell time related information. All the tracks that are live in a given
   * zone with a start and end dwell time timestamp
   * 
* * * repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.DwellTimeInfo dwell_time_info = 5; * */ com.google.cloud.visionai.v1.OccupancyCountingPredictionResult.DwellTimeInfo getDwellTimeInfo( int index); /** * * *
   * Dwell time related information. All the tracks that are live in a given
   * zone with a start and end dwell time timestamp
   * 
* * * repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.DwellTimeInfo dwell_time_info = 5; * */ int getDwellTimeInfoCount(); /** * * *
   * Dwell time related information. All the tracks that are live in a given
   * zone with a start and end dwell time timestamp
   * 
* * * repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.DwellTimeInfo dwell_time_info = 5; * */ java.util.List< ? extends com.google.cloud.visionai.v1.OccupancyCountingPredictionResult.DwellTimeInfoOrBuilder> getDwellTimeInfoOrBuilderList(); /** * * *
   * Dwell time related information. All the tracks that are live in a given
   * zone with a start and end dwell time timestamp
   * 
* * * repeated .google.cloud.visionai.v1.OccupancyCountingPredictionResult.DwellTimeInfo dwell_time_info = 5; * */ com.google.cloud.visionai.v1.OccupancyCountingPredictionResult.DwellTimeInfoOrBuilder getDwellTimeInfoOrBuilder(int index); /** * * *
   * The presentation timestamp of the frame.
   * 
* * optional int64 pts = 6; * * @return Whether the pts field is set. */ boolean hasPts(); /** * * *
   * The presentation timestamp of the frame.
   * 
* * optional int64 pts = 6; * * @return The pts. */ long getPts(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy