public sealed class FaceSegment : IMessage<FaceSegment>, IEquatable<FaceSegment>, IDeepCloneable<FaceSegment>, IBufferMessage, IMessageVideo segment level annotation results for face detection.
Implements
IMessage<FaceSegment>, IEquatable<FaceSegment>, IDeepCloneable<FaceSegment>, IBufferMessage, IMessageNamespace
Google.Cloud.VideoIntelligence.V1Assembly
Google.Cloud.VideoIntelligence.V1.dll
Constructors
FaceSegment()
public FaceSegment()FaceSegment(FaceSegment)
public FaceSegment(FaceSegment other)| Parameter | |
|---|---|
| Name | Description |
other |
FaceSegment |
Properties
Segment
public VideoSegment Segment { get; set; }Video segment where a face was detected.
| Property Value | |
|---|---|
| Type | Description |
VideoSegment |
|