Vision AI V1 API - Class Google::Cloud::VisionAI::V1::OccupancyCountingPredictionResult (v0.1.0)

Reference documentation and code samples for the Vision AI V1 API class Google::Cloud::VisionAI::V1::OccupancyCountingPredictionResult.

The prediction result proto for occupancy counting.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#current_time

def current_time() -> ::Google::Protobuf::Timestamp
Returns

#current_time=

def current_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns

#dwell_time_info

def dwell_time_info() -> ::Array<::Google::Cloud::VisionAI::V1::OccupancyCountingPredictionResult::DwellTimeInfo>
Returns

#dwell_time_info=

def dwell_time_info=(value) -> ::Array<::Google::Cloud::VisionAI::V1::OccupancyCountingPredictionResult::DwellTimeInfo>
Parameter
Returns

#identified_boxes

def identified_boxes() -> ::Array<::Google::Cloud::VisionAI::V1::OccupancyCountingPredictionResult::IdentifiedBox>
Returns

#identified_boxes=

def identified_boxes=(value) -> ::Array<::Google::Cloud::VisionAI::V1::OccupancyCountingPredictionResult::IdentifiedBox>
Parameter
Returns

#pts

def pts() -> ::Integer
Returns
  • (::Integer) — The presentation timestamp of the frame.

#pts=

def pts=(value) -> ::Integer
Parameter
  • value (::Integer) — The presentation timestamp of the frame.
Returns
  • (::Integer) — The presentation timestamp of the frame.

#stats

def stats() -> ::Google::Cloud::VisionAI::V1::OccupancyCountingPredictionResult::Stats

#stats=

def stats=(value) -> ::Google::Cloud::VisionAI::V1::OccupancyCountingPredictionResult::Stats

#track_info

def track_info() -> ::Array<::Google::Cloud::VisionAI::V1::OccupancyCountingPredictionResult::TrackInfo>
Returns

#track_info=

def track_info=(value) -> ::Array<::Google::Cloud::VisionAI::V1::OccupancyCountingPredictionResult::TrackInfo>
Parameter
Returns