C# Класс rosette_api.SentenceTaggingResponse

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

Private Properties

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

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

Метод Описание
Equals ( object obj ) : bool

Equals override

GetHashCode ( ) : int

HashCode override

SentenceTaggingResponse ( HttpResponseMessage apiResults ) : System

Creates a SentenceTaggingResponse from the given apiResults

SentenceTaggingResponse ( List sentences, string>.Dictionary responseHeaders, object>.Dictionary content, string contentAsJson ) : System

Creates a SentenceTaggingResponse 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

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

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

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

Creates a SentenceTaggingResponse from its components
public SentenceTaggingResponse ( List sentences, string>.Dictionary responseHeaders, object>.Dictionary content, string contentAsJson ) : System
sentences List
responseHeaders string>.Dictionary
content object>.Dictionary
contentAsJson string
Результат System