public sealed class PersonDetectionAnnotation : IMessage<PersonDetectionAnnotation>, IEquatable<PersonDetectionAnnotation>, IDeepCloneable<PersonDetectionAnnotation>, IBufferMessage, IMessage
Person detection annotation per video.
Implements
IMessage<PersonDetectionAnnotation>, IEquatable<PersonDetectionAnnotation>, IDeepCloneable<PersonDetectionAnnotation>, IBufferMessage, IMessageNamespace
Google.Cloud.VideoIntelligence.V1Assembly
Google.Cloud.VideoIntelligence.V1.dll
Constructors
PersonDetectionAnnotation()
public PersonDetectionAnnotation()
PersonDetectionAnnotation(PersonDetectionAnnotation)
public PersonDetectionAnnotation(PersonDetectionAnnotation other)
Parameter | |
---|---|
Name | Description |
other | PersonDetectionAnnotation |
Properties
Tracks
public RepeatedField<Track> Tracks { get; }
The detected tracks of a person.
Property Value | |
---|---|
Type | Description |
RepeatedField<Track> |
Version
public string Version { get; set; }
Feature version.
Property Value | |
---|---|
Type | Description |
String |