C# Class LitDev.Engines.Cognitive

Mostra file Open project: litdev1/LitDev

Public Properties

Property Type Description
count int
mkt string

Public Methods

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

Method Details

Cognitive() public method

public Cognitive ( ) : System.Collections.Generic
return System.Collections.Generic

SearchRequest() public method

public SearchRequest ( string search ) : JsonWeb
search string
return JsonWeb

SpellRequest() public method

public SpellRequest ( string checkText, eSpellMode spellMode ) : JsonWeb
checkText string
spellMode eSpellMode
return JsonWeb

Property Details

count public_oe property

public int count
return int

mkt public_oe property

public string mkt
return string