C# Class AlchemyAPI.AlchemyAPI_TextParams

Inheritance: AlchemyAPI.AlchemyAPI_BaseParams
Mostra file Open project: sonrnews/alchemyapi_csharp Class Usage Examples

Public Methods

Method Description
getParameterString ( ) : String
isExtractLinks ( ) : bool
isUseMetadata ( ) : bool
setExtractLinks ( bool extractLinks ) : void
setUseMetadata ( bool useMetadata ) : void

Method Details

getParameterString() public method

public getParameterString ( ) : String
return String

isExtractLinks() public method

public isExtractLinks ( ) : bool
return bool

isUseMetadata() public method

public isUseMetadata ( ) : bool
return bool

setExtractLinks() public method

public setExtractLinks ( bool extractLinks ) : void
extractLinks bool
return void

setUseMetadata() public method

public setUseMetadata ( bool useMetadata ) : void
useMetadata bool
return void