C# Class rosette_api.LanguageIdentificationResponse

Inheritance: RosetteResponse
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

LanguageIdentificationResponse ( HttpResponseMessage apiResults ) : System

Creates a LanguageIdentificationResponse from the given apiResults

LanguageIdentificationResponse ( List languageDetections, string>.Dictionary responseHeaders, object>.Dictionary content = null, string contentAsJosn = null ) : System

Creates a LanguageIdentificationResponse from its components

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

LanguageIdentificationResponse() public méthode

Creates a LanguageIdentificationResponse from the given apiResults
public LanguageIdentificationResponse ( HttpResponseMessage apiResults ) : System
apiResults System.Net.Http.HttpResponseMessage The message from the API
Résultat System

LanguageIdentificationResponse() public méthode

Creates a LanguageIdentificationResponse from its components
public LanguageIdentificationResponse ( List languageDetections, string>.Dictionary responseHeaders, object>.Dictionary content = null, string contentAsJosn = null ) : System
languageDetections List The list of language identifications
responseHeaders string>.Dictionary The response headers
content object>.Dictionary The content (language identifications) in dictionary form
contentAsJosn string The content in JSON form
Résultat System