C# Class rosette_api.SyntaxDependenciesResponse.SentenceWithDependencies

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

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 méthode

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

GetHashCode() public méthode

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

SentenceWithDependencies() public méthode

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
Résultat System

ToString() public méthode

ToString override.
public ToString ( ) : string
Résultat string