Google Cloud Video Intelligence v1 API - Class FaceSegment (3.3.0)

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

Reference documentation and code samples for the Google Cloud Video Intelligence v1 API class FaceSegment.

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