Class FaceFrame (2.3.0)

[Obsolete]
public sealed class FaceFrame : IMessage<FaceFrame>, IEquatable<FaceFrame>, IDeepCloneable<FaceFrame>, IBufferMessage, IMessage

Deprecated. No effect.

Inheritance

Object > FaceFrame

Namespace

Google.Cloud.VideoIntelligence.V1

Assembly

Google.Cloud.VideoIntelligence.V1.dll

Constructors

FaceFrame()

public FaceFrame()

FaceFrame(FaceFrame)

public FaceFrame(FaceFrame other)
Parameter
NameDescription
otherFaceFrame

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
TypeDescription
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
TypeDescription
Duration