Show / Hide Table of Contents

Class VideoFace

Detected face in a video.

Inheritance
object
VideoFace
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.AivisionService.Models
Assembly: OCI.DotNetSDK.Aivision.dll
Syntax
public class VideoFace

Properties

Segments

Declaration
[Required(ErrorMessage = "Segments is required.")]
[JsonProperty(PropertyName = "segments")]
public List<VideoFaceSegment> Segments { get; set; }
Property Value
Type Description
List<VideoFaceSegment>

Face segments in a video.

Remarks

Required

In this article
Back to top