C# Class rosette_api.TokenizationResponse

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

TokenizationResponse ( HttpResponseMessage apiResults ) : System

Creates a TokenizationResponse from the given apiResults

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

Creates a TokenizationResponse from its components

Method Details

Equals() public méthode

Equals override
public Equals ( object obj ) : bool
obj object The other object to compare against
Résultat bool

GetHashCode() public méthode

Hashcode override
public GetHashCode ( ) : int
Résultat int

TokenizationResponse() public méthode

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

TokenizationResponse() public méthode

Creates a TokenizationResponse from its components
public TokenizationResponse ( List tokens, string>.Dictionary responseHeaders, object>.Dictionary content, string contentAsJson ) : System
tokens List The tokens
responseHeaders string>.Dictionary The response headers returned from the API
content object>.Dictionary The content (the tokens) in dictionary form
contentAsJson string The content in JSON form
Résultat System