[Obsolete]
public sealed class FaceFrame : IMessage<FaceFrame>, IEquatable<FaceFrame>, IDeepCloneable<FaceFrame>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Video Intelligence v1 API class FaceFrame.
Deprecated. No effect.
Implements
IMessageFaceFrame, IEquatableFaceFrame, IDeepCloneableFaceFrame, 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 |
RepeatedFieldNormalizedBoundingBox |
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 |