Show / Hide Table of Contents

Class FaceDetectionFeature

The face detection parameters.

Inheritance
object
ImageFeature
FaceDetectionFeature
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 FaceDetectionFeature : ImageFeature

Properties

MaxResults

Declaration
[JsonProperty(PropertyName = "maxResults")]
public int? MaxResults { get; set; }
Property Value
Type Description
int?

The maximum number of results to return.

ShouldReturnLandmarks

Declaration
[JsonProperty(PropertyName = "shouldReturnLandmarks")]
public bool? ShouldReturnLandmarks { get; set; }
Property Value
Type Description
bool?

Whether or not return face landmarks.

In this article
Back to top