Class FaceDetectionAnnotation (2.2.0)

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

Face detection annotation.

Inheritance

Object > FaceDetectionAnnotation

Namespace

Google.Cloud.VideoIntelligence.V1

Assembly

Google.Cloud.VideoIntelligence.V1.dll

Constructors

FaceDetectionAnnotation()

public FaceDetectionAnnotation()

FaceDetectionAnnotation(FaceDetectionAnnotation)

public FaceDetectionAnnotation(FaceDetectionAnnotation other)
Parameter
NameDescription
otherFaceDetectionAnnotation

Properties

Thumbnail

public ByteString Thumbnail { get; set; }

The thumbnail of a person's face.

Property Value
TypeDescription
ByteString

Tracks

public RepeatedField<Track> Tracks { get; }

The face tracks with attributes.

Property Value
TypeDescription
RepeatedField<Track>

Version

public string Version { get; set; }

Feature version.

Property Value
TypeDescription
String