[Obsolete]
public sealed class FaceAnnotation
:
IMessage<FaceAnnotation>, IEquatable<FaceAnnotation>, IDeepCloneable<FaceAnnotation>, IBufferMessage, IMessage
Deprecated. 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)
Properties
Frames
[Obsolete]
public RepeatedField<FaceFrame> Frames { get; }
All video frames where a face was detected.
Segments
public RepeatedField<FaceSegment> Segments { get; }
All video segments where a face was detected.
Thumbnail
public ByteString Thumbnail { get; set; }
Thumbnail of a representative face view (in JPEG format).