Show / Hide Table of Contents

    Class ClassificationCategory1

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

    Constructors

    ClassificationCategory1()

    Declaration
    public ClassificationCategory1 ();

    ClassificationCategory1(Nullable<Double>)

    Declaration
    public ClassificationCategory1 (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