C# Class rosette_api.SyntaxDependenciesResponse.SentenceWithDependencies

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

SentenceWithDependencies ( int startTokenIndex, int endTokenIndex, List dependencies ) : System

Creates a list of sentences that has dependencies associated with it

ToString ( ) : string

ToString override.

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

SentenceWithDependencies() public method

Creates a list of sentences that has dependencies associated with it
public SentenceWithDependencies ( int startTokenIndex, int endTokenIndex, List dependencies ) : System
startTokenIndex int The token index of the start of this sentence
endTokenIndex int The token index of the end of this sentence
dependencies List A list of dependencies
return System

ToString() public method

ToString override.
public ToString ( ) : string
return string