Show / Hide Table of Contents

    Class Candidate

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

    Constructors

    Candidate()

    Declaration
    public Candidate ();

    Candidate(String, Nullable<Double>)

    Declaration
    public Candidate (string text = null, Nullable<double> confidence = null);
    Parameters
    String text

    Nullable<Double> confidence

    Properties

    Confidence

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

    Text

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

    Back to top Azure SDK for Net