Cloud AI Platform v1beta1 API - Class VideoActionRecognitionAnnotation (1.0.0-beta02)

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

Reference documentation and code samples for the Cloud AI Platform v1beta1 API class VideoActionRecognitionAnnotation.

Annotation details specific to video action recognition.

Inheritance

object > VideoActionRecognitionAnnotation

Namespace

Google.Cloud.AIPlatform.V1Beta1.Schema

Assembly

Google.Cloud.AIPlatform.V1Beta1.dll

Constructors

VideoActionRecognitionAnnotation()

public VideoActionRecognitionAnnotation()

VideoActionRecognitionAnnotation(VideoActionRecognitionAnnotation)

public VideoActionRecognitionAnnotation(VideoActionRecognitionAnnotation other)
Parameter
Name Description
other VideoActionRecognitionAnnotation

Properties

AnnotationSpecId

public string AnnotationSpecId { get; set; }

The resource Id of the AnnotationSpec that this Annotation pertains to.

Property Value
Type Description
string

DisplayName

public string DisplayName { get; set; }

The display name of the AnnotationSpec that this Annotation pertains to.

Property Value
Type Description
string

TimeSegment

public TimeSegment TimeSegment { get; set; }

This Annotation applies to the time period represented by the TimeSegment. If it's not set, the Annotation applies to the whole video.

Property Value
Type Description
TimeSegment