Class PersonDetectionAnnotation (3.0.0)

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

Person detection annotation per video.

Inheritance

Object > PersonDetectionAnnotation

Namespace

Google.Cloud.VideoIntelligence.V1

Assembly

Google.Cloud.VideoIntelligence.V1.dll

Constructors

PersonDetectionAnnotation()

public PersonDetectionAnnotation()

PersonDetectionAnnotation(PersonDetectionAnnotation)

public PersonDetectionAnnotation(PersonDetectionAnnotation other)
Parameter
NameDescription
otherPersonDetectionAnnotation

Properties

Tracks

public RepeatedField<Track> Tracks { get; }

The detected tracks of a person.

Property Value
TypeDescription
RepeatedField<Track>

Version

public string Version { get; set; }

Feature version.

Property Value
TypeDescription
String