C# Class rosette_api.RosetteCategory

Afficher le fichier Open project: rosette-api/csharp Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool

Equals override

GetHashCode ( ) : int

Hashcode override

RosetteCategory ( String label, Nullable confidence ) : System

Creates a Rosette Category from a category label and confidence

ToString ( ) : string

ToString override.

Method Details

Equals() public méthode

Equals override
public Equals ( object obj ) : bool
obj object The object to compare
Résultat bool

GetHashCode() public méthode

Hashcode override
public GetHashCode ( ) : int
Résultat int

RosetteCategory() public méthode

Creates a Rosette Category from a category label and confidence
public RosetteCategory ( String label, Nullable confidence ) : System
label String The category label
confidence Nullable The confidence this was the correct category
Résultat System

ToString() public méthode

ToString override.
public ToString ( ) : string
Résultat string