GetLicenseInfo

Send a GetLicenseInfo action to HPE IDOL Speech Server to return information about your license. This action checks whether your license is valid and identifies the HPE IDOL Speech Server operations your license includes.

For example:

http://IDOLSpeechServerhost:port/action=GetLicenseInfo

The following result indicates that your license is valid.

<autn:license>
	<autn:validlicense>True</autn:validlicense>
</autn:license>

The following result indicates that your license includes specified actions.

<autn:actions
	<autn:action>
		<autn:name>addTask</autn:name>
		<autn:licensed>True</autn:licensed>
	</autn:action>
	<autn:action>
		<autn:name>checkResources</autn:name>
		<autn:licensed>True</autn:licensed>
	</autn:action>
	<autn:action>
		<autn:name>getResults</autn:name>
		<autn:licensed>True</autn:licensed>
	</autn:action>
	<autn:action>
		<autn:name>abortTask</autn:name>
		<autn:licensed>True</autn:licensed>
	</autn:action>
	<autn:action>
		<autn:name>loadLanguage</autn:name>
		<autn:licensed>True</autn:licensed>
	</autn:action>
	<autn:action>
		<autn:name>unloadLanguage</autn:name>
		<autn:licensed>True</autn:licensed>
	</autn:action>
	<autn:action>
		<autn:name>getStatus</autn:name>
		<autn:licensed>True</autn:licensed>
	</autn:action>
</autn:actions>

_HP_HTML5_bannerTitle.htm