C# 클래스 AlchemyAPI.AlchemyAPI_TargetedSentimentParams

상속: AlchemyAPI.AlchemyAPI_BaseParams
파일 보기 프로젝트 열기: sonrnews/alchemyapi_csharp 1 사용 예제들

공개 메소드들

메소드 설명
getParameterString ( ) : String
getTarget ( ) : string
isshowSourceText ( ) : bool
setShowSourceText ( bool showSourceText ) : void
setTarget ( string target ) : void

메소드 상세

getParameterString() 공개 메소드

public getParameterString ( ) : String
리턴 String

getTarget() 공개 메소드

public getTarget ( ) : string
리턴 string

isshowSourceText() 공개 메소드

public isshowSourceText ( ) : bool
리턴 bool

setShowSourceText() 공개 메소드

public setShowSourceText ( bool showSourceText ) : void
showSourceText bool
리턴 void

setTarget() 공개 메소드

public setTarget ( string target ) : void
target string
리턴 void