Show / Hide Table of Contents

    Class FoundFaces

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

    Constructors

    FoundFaces()

    Declaration
    public FoundFaces ();

    FoundFaces(Status, String, String, Nullable<Boolean>, Nullable<Int32>, IList<KeyValuePair>, IList<Face>)

    Declaration
    public FoundFaces (Microsoft.Azure.CognitiveServices.ContentModerator.Models.Status status = null, string trackingId = null, string cacheId = null, Nullable<bool> result = null, Nullable<int> count = null, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.KeyValuePair> advancedInfo = null, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.Face> faces = null);
    Parameters
    Status status

    String trackingId

    String cacheId

    Nullable<Boolean> result

    Nullable<Int32> count

    IList<KeyValuePair> advancedInfo

    IList<Face> faces

    Properties

    AdvancedInfo

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="AdvancedInfo")]
    public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.KeyValuePair> AdvancedInfo { get; set; }
    Property Value
    IList<KeyValuePair>

    CacheId

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="CacheId")]
    public string CacheId { get; set; }
    Property Value
    String

    Count

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

    Faces

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="Faces")]
    public System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.Face> Faces { get; set; }
    Property Value
    IList<Face>

    Result

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="Result")]
    public Nullable<bool> Result { get; set; }
    Property Value
    Nullable<Boolean>

    Status

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="Status")]
    public Microsoft.Azure.CognitiveServices.ContentModerator.Models.Status Status { get; set; }
    Property Value
    Status

    TrackingId

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="TrackingId")]
    public string TrackingId { get; set; }
    Property Value
    String

    Back to top Azure SDK for Net