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.
Implements
IMessageFaceSegment, IEquatableFaceSegment, IDeepCloneableFaceSegment, 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 |