C# 클래스 AlchemyAPI.AlchemyAPI_TextParams

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

공개 메소드들

메소드 설명
getParameterString ( ) : String
isExtractLinks ( ) : bool
isUseMetadata ( ) : bool
setExtractLinks ( bool extractLinks ) : void
setUseMetadata ( bool useMetadata ) : void

메소드 상세

getParameterString() 공개 메소드

public getParameterString ( ) : String
리턴 String

isExtractLinks() 공개 메소드

public isExtractLinks ( ) : bool
리턴 bool

isUseMetadata() 공개 메소드

public isUseMetadata ( ) : bool
리턴 bool

setExtractLinks() 공개 메소드

public setExtractLinks ( bool extractLinks ) : void
extractLinks bool
리턴 void

setUseMetadata() 공개 메소드

public setUseMetadata ( bool useMetadata ) : void
useMetadata bool
리턴 void