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

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

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

Prediction output format for Video Classification.

Inheritance

object > VideoClassificationPredictionResult

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

VideoClassificationPredictionResult()

public VideoClassificationPredictionResult()

VideoClassificationPredictionResult(VideoClassificationPredictionResult)

public VideoClassificationPredictionResult(VideoClassificationPredictionResult other)
Parameter
Name Description
other VideoClassificationPredictionResult

Properties

Classifications

public RepeatedField<VideoClassificationPredictionResult.Types.IdentifiedClassification> Classifications { get; }

All of the classifications identified in the time range.

Property Value
Type Description
RepeatedFieldVideoClassificationPredictionResultTypesIdentifiedClassification

SegmentEndTime

public Timestamp SegmentEndTime { get; set; }

The end, inclusive, of the video's time segment in which the classifications 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 classifications have been identified.

Property Value
Type Description
Timestamp