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

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

Prediction output format for Video Action Recognition.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#actions

def actions() -> ::Array<::Google::Cloud::VisionAI::V1::VideoActionRecognitionPredictionResult::IdentifiedAction>
Returns

#actions=

def actions=(value) -> ::Array<::Google::Cloud::VisionAI::V1::VideoActionRecognitionPredictionResult::IdentifiedAction>
Parameter
Returns

#segment_end_time

def segment_end_time() -> ::Google::Protobuf::Timestamp
Returns
  • (::Google::Protobuf::Timestamp) — The end, inclusive, of the video's time segment in which the actions have been identified. Particularly, if the end is the same as the start, it means the identification happens on a specific video frame.

#segment_end_time=

def segment_end_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
  • value (::Google::Protobuf::Timestamp) — The end, inclusive, of the video's time segment in which the actions have been identified. Particularly, if the end is the same as the start, it means the identification happens on a specific video frame.
Returns
  • (::Google::Protobuf::Timestamp) — The end, inclusive, of the video's time segment in which the actions have been identified. Particularly, if the end is the same as the start, it means the identification happens on a specific video frame.

#segment_start_time

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

#segment_start_time=

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