C# Class AlchemyAPI.AlchemyAPI_TextParams

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

Méthodes publiques

Méthode Description
getParameterString ( ) : String
isExtractLinks ( ) : bool
isUseMetadata ( ) : bool
setExtractLinks ( bool extractLinks ) : void
setUseMetadata ( bool useMetadata ) : void

Method Details

getParameterString() public méthode

public getParameterString ( ) : String
Résultat String

isExtractLinks() public méthode

public isExtractLinks ( ) : bool
Résultat bool

isUseMetadata() public méthode

public isUseMetadata ( ) : bool
Résultat bool

setExtractLinks() public méthode

public setExtractLinks ( bool extractLinks ) : void
extractLinks bool
Résultat void

setUseMetadata() public méthode

public setUseMetadata ( bool useMetadata ) : void
useMetadata bool
Résultat void