C# Класс rosette_api.SyntaxDependenciesResponse

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

Private Properties

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

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

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

Equals override

GetHashCode ( ) : int

Hashcode override

SyntaxDependenciesResponse ( HttpResponseMessage apiResult ) : System

Creates a SyntaxDependenciesResponse from the given apiResult

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

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

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

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

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

Creates a SyntaxDependenciesResponse from its components
public SyntaxDependenciesResponse ( List sentences, List tokens, string>.Dictionary responseHeaders, object>.Dictionary content, string contentAsJson ) : System
sentences List The syntactic dependencies the entire document/input text
tokens List The tokens found in the input text
responseHeaders string>.Dictionary The response headers returned from the API
content object>.Dictionary The content (the doc and syntax dependencies) in Dictionary form
contentAsJson string The content in JSON form
Результат System