public sealed class FaceDetectionAnnotation : IMessage<FaceDetectionAnnotation>, IEquatable<FaceDetectionAnnotation>, IDeepCloneable<FaceDetectionAnnotation>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Video Intelligence v1 API class FaceDetectionAnnotation.
Face detection annotation.
Implements
IMessageFaceDetectionAnnotation, IEquatableFaceDetectionAnnotation, IDeepCloneableFaceDetectionAnnotation, IBufferMessage, IMessageNamespace
Google.Cloud.VideoIntelligence.V1Assembly
Google.Cloud.VideoIntelligence.V1.dll
Constructors
FaceDetectionAnnotation()
public FaceDetectionAnnotation()
FaceDetectionAnnotation(FaceDetectionAnnotation)
public FaceDetectionAnnotation(FaceDetectionAnnotation other)
Parameter | |
---|---|
Name | Description |
other | FaceDetectionAnnotation |
Properties
Thumbnail
public ByteString Thumbnail { get; set; }
The thumbnail of a person's face.
Property Value | |
---|---|
Type | Description |
ByteString |
Tracks
public RepeatedField<Track> Tracks { get; }
The face tracks with attributes.
Property Value | |
---|---|
Type | Description |
RepeatedFieldTrack |
Version
public string Version { get; set; }
Feature version.
Property Value | |
---|---|
Type | Description |
string |