AlchemyAPI.AlchemyAPI_TargetedSentimentParams.isshowSourceText C# (CSharp) Метод

isshowSourceText() публичный Метод

public isshowSourceText ( ) : bool
Результат bool
		public bool isshowSourceText()
		{
			if (TBOOL.TRUE == showSourceText)
				return true;
			return false;
		}