C# 클래스 LitDev.Engines.Cognitive

파일 보기 프로젝트 열기: litdev1/LitDev

공개 프로퍼티들

프로퍼티 타입 설명
count int
mkt string

공개 메소드들

메소드 설명
Cognitive ( ) : System.Collections.Generic
SearchRequest ( string search ) : JsonWeb
SpellRequest ( string checkText, eSpellMode spellMode ) : JsonWeb

메소드 상세

Cognitive() 공개 메소드

public Cognitive ( ) : System.Collections.Generic
리턴 System.Collections.Generic

SearchRequest() 공개 메소드

public SearchRequest ( string search ) : JsonWeb
search string
리턴 JsonWeb

SpellRequest() 공개 메소드

public SpellRequest ( string checkText, eSpellMode spellMode ) : JsonWeb
checkText string
spellMode eSpellMode
리턴 JsonWeb

프로퍼티 상세

count 공개적으로 프로퍼티

public int count
리턴 int

mkt 공개적으로 프로퍼티

public string mkt
리턴 string