public sealed class FaceDetectionAnnotation : IMessage<FaceDetectionAnnotation>, IEquatable<FaceDetectionAnnotation>, IDeepCloneable<FaceDetectionAnnotation>, IBufferMessage, IMessageFace detection annotation.
Implements
IMessage<FaceDetectionAnnotation>, IEquatable<FaceDetectionAnnotation>, IDeepCloneable<FaceDetectionAnnotation>, 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 |
RepeatedField<Track> |
|
Version
public string Version { get; set; }Feature version.
| Property Value | |
|---|---|
| Type | Description |
String |
|