Show / Hide Table of Contents

    Class Face

    Inheritance
    Object
    Face
    Namespace: Microsoft.Azure.CognitiveServices.ContentModerator.Models
    Assembly: Microsoft.Azure.CognitiveServices.Vision.ContentModerator.dll
    Syntax
    public class Face

    Constructors

    Face()

    Declaration
    public Face ();

    Face(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)

    Declaration
    public Face (Nullable<int> bottom = null, Nullable<int> left = null, Nullable<int> right = null, Nullable<int> top = null);
    Parameters
    Nullable<Int32> bottom

    Nullable<Int32> left

    Nullable<Int32> right

    Nullable<Int32> top

    Properties

    Bottom

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="Bottom")]
    public Nullable<int> Bottom { get; set; }
    Property Value
    Nullable<Int32>

    Left

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="Left")]
    public Nullable<int> Left { get; set; }
    Property Value
    Nullable<Int32>

    Right

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="Right")]
    public Nullable<int> Right { get; set; }
    Property Value
    Nullable<Int32>

    Top

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="Top")]
    public Nullable<int> Top { get; set; }
    Property Value
    Nullable<Int32>

    Back to top Azure SDK for Net