Google Cloud Video Intelligence v1 API - Class FaceFrame (3.4.0)

[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.

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