C# Class AlchemyAPI.AlchemyAPI_TargetedSentimentParams

Inheritance: AlchemyAPI.AlchemyAPI_BaseParams
ファイルを表示 Open project: sonrnews/alchemyapi_csharp Class Usage Examples

Public Methods

Method Description
getParameterString ( ) : String
getTarget ( ) : string
isshowSourceText ( ) : bool
setShowSourceText ( bool showSourceText ) : void
setTarget ( string target ) : void

Method Details

getParameterString() public method

public getParameterString ( ) : String
return String

getTarget() public method

public getTarget ( ) : string
return string

isshowSourceText() public method

public isshowSourceText ( ) : bool
return bool

setShowSourceText() public method

public setShowSourceText ( bool showSourceText ) : void
showSourceText bool
return void

setTarget() public method

public setTarget ( string target ) : void
target string
return void