C# Class rosette_api.LanguageDetection

Exibir arquivo Open project: rosette-api/csharp Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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 method

Equals override
public Equals ( Object obj ) : bool
obj Object The object to compare against
return bool

GetHashCode() public method

HashCode override
public GetHashCode ( ) : int
return int

LanguageDetection() public method

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
return System

ToString() public method

ToString override: Gets this object in JSON form
public ToString ( ) : string
return string