AlchemyAPI.AlchemyAPI_TextParams.isExtractLinks C# (CSharp) 메소드

isExtractLinks() 공개 메소드

public isExtractLinks ( ) : bool
리턴 bool
		public bool isExtractLinks()
		{
			if (TBOOL.TRUE == extractLinks)
				return true;
			return false;
		}