Google Cloud Video Intelligence v1 API - Class PersonDetectionAnnotation (3.3.0)

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

Reference documentation and code samples for the Google Cloud Video Intelligence v1 API class PersonDetectionAnnotation.

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
RepeatedFieldTrack

Version

public string Version { get; set; }

Feature version.

Property Value
TypeDescription
string