[Obsolete]
public sealed class FaceFrame : IMessage<FaceFrame>, IEquatable<FaceFrame>, IDeepCloneable<FaceFrame>, IBufferMessage, IMessage
Deprecated. No effect.
Implements
IMessage<FaceFrame>, IEquatable<FaceFrame>, IDeepCloneable<FaceFrame>, IBufferMessage, IMessageNamespace
Google.Cloud.VideoIntelligence.V1Assembly
Google.Cloud.VideoIntelligence.V1.dll
Constructors
FaceFrame()
public FaceFrame()
FaceFrame(FaceFrame)
public FaceFrame(FaceFrame other)
Parameter | |
---|---|
Name | Description |
other | FaceFrame |
Properties
NormalizedBoundingBoxes
public RepeatedField<NormalizedBoundingBox> NormalizedBoundingBoxes { get; }
Normalized Bounding boxes in a frame. There can be more than one boxes if the same face is detected in multiple locations within the current frame.
Property Value | |
---|---|
Type | Description |
RepeatedField<NormalizedBoundingBox> |
TimeOffset
public Duration TimeOffset { get; set; }
Time-offset, relative to the beginning of the video, corresponding to the video frame for this location.
Property Value | |
---|---|
Type | Description |
Duration |