[Obsolete]
public sealed class FaceAnnotation : IMessage<FaceAnnotation>, IEquatable<FaceAnnotation>, IDeepCloneable<FaceAnnotation>, IBufferMessage, IMessageDeprecated. No effect.
Implements
IMessage<FaceAnnotation>, IEquatable<FaceAnnotation>, IDeepCloneable<FaceAnnotation>, IBufferMessage, IMessageNamespace
Google.Cloud.VideoIntelligence.V1Assembly
Google.Cloud.VideoIntelligence.V1.dll
Constructors
FaceAnnotation()
public FaceAnnotation()FaceAnnotation(FaceAnnotation)
public FaceAnnotation(FaceAnnotation other)| Parameter | |
|---|---|
| Name | Description |
other |
FaceAnnotation |
Properties
Frames
[Obsolete]
public RepeatedField<FaceFrame> Frames { get; }All video frames where a face was detected.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<FaceFrame> |
|
Segments
public RepeatedField<FaceSegment> Segments { get; }All video segments where a face was detected.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<FaceSegment> |
|
Thumbnail
public ByteString Thumbnail { get; set; }Thumbnail of a representative face view (in JPEG format).
| Property Value | |
|---|---|
| Type | Description |
ByteString |
|