C# Класс rosette_api.LanguageIdentificationResponse

Наследование: RosetteResponse
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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

Описание методов

Equals() публичный Метод

Equals override
public Equals ( Object obj ) : bool
obj Object The object to compare against
Результат bool

GetHashCode() публичный Метод

HashCode override
public GetHashCode ( ) : int
Результат int

LanguageIdentificationResponse() публичный Метод

Creates a LanguageIdentificationResponse from the given apiResults
public LanguageIdentificationResponse ( HttpResponseMessage apiResults ) : System
apiResults System.Net.Http.HttpResponseMessage The message from the API
Результат System

LanguageIdentificationResponse() публичный Метод

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
Результат System