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.
Implements
IMessageVideoActionRecognitionAnnotation, IEquatableVideoActionRecognitionAnnotation, IDeepCloneableVideoActionRecognitionAnnotation, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1.SchemaAssembly
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 |