C# Class rosette_api.SentenceTaggingResponse

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

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

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

SentenceTaggingResponse() public method

Creates a SentenceTaggingResponse from the given apiResults
public SentenceTaggingResponse ( HttpResponseMessage apiResults ) : System
apiResults System.Net.Http.HttpResponseMessage The message from the API
return System

SentenceTaggingResponse() public method

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