C# Class rosette_api.LanguageDetection

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

LanguageDetection ( string language, Nullable confidence ) : System

Creates a LanguageDetection, which identifies a language and the confidence that it is the correct language

ToString ( ) : string

ToString override: Gets this object in JSON form

Method Details

Equals() public méthode

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

GetHashCode() public méthode

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

LanguageDetection() public méthode

Creates a LanguageDetection, which identifies a language and the confidence that it is the correct language
public LanguageDetection ( string language, Nullable confidence ) : System
language string The language in its abbreviated form
confidence Nullable The confidence the language was the correct language to identify
Résultat System

ToString() public méthode

ToString override: Gets this object in JSON form
public ToString ( ) : string
Résultat string