C# Class AlchemyAPI.AlchemyAPI_TargetedSentimentParams

Inheritance: AlchemyAPI.AlchemyAPI_BaseParams
Afficher le fichier Open project: sonrnews/alchemyapi_csharp Class Usage Examples

Méthodes publiques

Méthode Description
getParameterString ( ) : String
getTarget ( ) : string
isshowSourceText ( ) : bool
setShowSourceText ( bool showSourceText ) : void
setTarget ( string target ) : void

Method Details

getParameterString() public méthode

public getParameterString ( ) : String
Résultat String

getTarget() public méthode

public getTarget ( ) : string
Résultat string

isshowSourceText() public méthode

public isshowSourceText ( ) : bool
Résultat bool

setShowSourceText() public méthode

public setShowSourceText ( bool showSourceText ) : void
showSourceText bool
Résultat void

setTarget() public méthode

public setTarget ( string target ) : void
target string
Résultat void