[Obsolete]
public sealed class FaceAnnotation : IMessage<FaceAnnotation>, IEquatable<FaceAnnotation>, IDeepCloneable<FaceAnnotation>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Video Intelligence v1 API class FaceAnnotation.
Deprecated. No effect.
Implements
IMessageFaceAnnotation, IEquatableFaceAnnotation, IDeepCloneableFaceAnnotation, 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 |
RepeatedFieldFaceFrame |
Segments
public RepeatedField<FaceSegment> Segments { get; }
All video segments where a face was detected.
Property Value | |
---|---|
Type | Description |
RepeatedFieldFaceSegment |
Thumbnail
public ByteString Thumbnail { get; set; }
Thumbnail of a representative face view (in JPEG format).
Property Value | |
---|---|
Type | Description |
ByteString |