Vision AI v1 API - Class VideoActionRecognitionPredictionResult (1.0.0-beta01)

public sealed class VideoActionRecognitionPredictionResult : IMessage<VideoActionRecognitionPredictionResult>, IEquatable<VideoActionRecognitionPredictionResult>, IDeepCloneable<VideoActionRecognitionPredictionResult>, IBufferMessage, IMessage

Reference documentation and code samples for the Vision AI v1 API class VideoActionRecognitionPredictionResult.

Prediction output format for Video Action Recognition.

Inheritance

object > VideoActionRecognitionPredictionResult

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

VideoActionRecognitionPredictionResult()

public VideoActionRecognitionPredictionResult()

VideoActionRecognitionPredictionResult(VideoActionRecognitionPredictionResult)

public VideoActionRecognitionPredictionResult(VideoActionRecognitionPredictionResult other)
Parameter
Name Description
other VideoActionRecognitionPredictionResult

Properties

Actions

public RepeatedField<VideoActionRecognitionPredictionResult.Types.IdentifiedAction> Actions { get; }

All of the actions identified in the time range.

Property Value
Type Description
RepeatedFieldVideoActionRecognitionPredictionResultTypesIdentifiedAction

SegmentEndTime

public Timestamp SegmentEndTime { get; set; }

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.

Property Value
Type Description
Timestamp

SegmentStartTime

public Timestamp SegmentStartTime { get; set; }

The beginning, inclusive, of the video's time segment in which the actions have been identified.

Property Value
Type Description
Timestamp