Show / Hide Table of Contents

    Class Evaluate

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

    Constructors

    Evaluate()

    Declaration
    public Evaluate ();

    Evaluate(String, Nullable<Boolean>, String, Nullable<Double>, Nullable<Boolean>, Nullable<Double>, Nullable<Boolean>, IList<KeyValuePair>, Status)

    Declaration
    public Evaluate (string cacheID = null, Nullable<bool> result = null, string trackingId = null, Nullable<double> adultClassificationScore = null, Nullable<bool> isImageAdultClassified = null, Nullable<double> racyClassificationScore = null, Nullable<bool> isImageRacyClassified = null, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.KeyValuePair> advancedInfo = null, Microsoft.Azure.CognitiveServices.ContentModerator.Models.Status status = null);
    Parameters
    String cacheID

    Nullable<Boolean> result

    String trackingId

    Nullable<Double> adultClassificationScore

    Nullable<Boolean> isImageAdultClassified

    Nullable<Double> racyClassificationScore

    Nullable<Boolean> isImageRacyClassified

    IList<KeyValuePair> advancedInfo

    Status status

    Properties

    AdultClassificationScore

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="AdultClassificationScore")]
    public Nullable<double> AdultClassificationScore { get; set; }
    Property Value
    Nullable<Double>

    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

    IsImageAdultClassified

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

    IsImageRacyClassified

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

    RacyClassificationScore

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="RacyClassificationScore")]
    public Nullable<double> RacyClassificationScore { get; set; }
    Property Value
    Nullable<Double>

    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