Show / Hide Table of Contents

    Class ClassificationCategory3

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

    Constructors

    ClassificationCategory3()

    Declaration
    public ClassificationCategory3 ();

    ClassificationCategory3(Nullable<Double>)

    Declaration
    public ClassificationCategory3 (Nullable<double> score = null);
    Parameters
    Nullable<Double> score

    Properties

    Score

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

    Back to top Azure SDK for Net