Class FaceSegment (3.0.0)

public sealed class FaceSegment : IMessage<FaceSegment>, IEquatable<FaceSegment>, IDeepCloneable<FaceSegment>, IBufferMessage, IMessage

Video segment level annotation results for face detection.

Inheritance

Object > FaceSegment

Namespace

Google.Cloud.VideoIntelligence.V1

Assembly

Google.Cloud.VideoIntelligence.V1.dll

Constructors

FaceSegment()

public FaceSegment()

FaceSegment(FaceSegment)

public FaceSegment(FaceSegment other)
Parameter
NameDescription
otherFaceSegment

Properties

Segment

public VideoSegment Segment { get; set; }

Video segment where a face was detected.

Property Value
TypeDescription
VideoSegment