C# Class LitDev.Engines.Cognitive

Afficher le fichier Open project: litdev1/LitDev

Méthodes publiques

Свойство Type Description
count int
mkt string

Méthodes publiques

Méthode Description
Cognitive ( ) : System.Collections.Generic
SearchRequest ( string search ) : JsonWeb
SpellRequest ( string checkText, eSpellMode spellMode ) : JsonWeb

Method Details

Cognitive() public méthode

public Cognitive ( ) : System.Collections.Generic
Résultat System.Collections.Generic

SearchRequest() public méthode

public SearchRequest ( string search ) : JsonWeb
search string
Résultat JsonWeb

SpellRequest() public méthode

public SpellRequest ( string checkText, eSpellMode spellMode ) : JsonWeb
checkText string
spellMode eSpellMode
Résultat JsonWeb

Property Details

count public_oe property

public int count
Résultat int

mkt public_oe property

public string mkt
Résultat string