Browse
 
Tools
Rss Categories

Methods

11 LVSpeechPort::DeactivateGrammars

Clears the active grammar set. Functions int DeactivateGrammars(void) Return Values LV_SUCCESS All grammars in the active grammar set have been deactivated. LV_FAILURE The call failed because the port was shutting down. LV_INVALID_HPORT The port is not valid…

12 LVSpeechPort::Decode

Processes the voice channel audio data against the active grammar. This is the manual process of telling the Engine to perform a recognition. The two most common reasons to use this function are to perform off-line decodes on existing audio or to programatically…

13 LVSpeechPort::DestroyClient

Safely destroys a speech port, releasing the acquired license and other associated resources. Function int DestroyClient(void) Return Values LV_SUCCESS The port has been successfully destroyed. LV_INVALID_HPORT The port is not valid (either CreateClient has…

14 LVSpeechPort::DTMFDecode

This function passes a string of digits delimited by whitespace through an active voice grammar and provides a semantic interpretation. Instead of performing speech recognition on audio, this function is used only to evaluate the semantic interpretation of…

15 LVSpeechPort::GetAvailableLanguageCount

LVSpeechPort::GetAvailableLanguageCount Returns the number languages available on the ASR server. Function static int GetAvailableLanguageCount(void) Return Values Non-negative number The actual number of pronunciations returned by the ASR engine. LV_TIME_OUT…

16 LVSpeechPort::GetAvailableLanguageIndex

Provides the language identifier string of an available language on the ASR server. Function static int GetAvailableLanguageIndex(int index, char* language, int length) Parameters index The index of the language for which the identifier string is requested.…

17 LVSpeechPort::GetAvailableLicensesCount

Provides the sum of the number of licenses currently available on all connected license servers. Function unsigned int GetAvailableLicensesCount(const char* license_type) Parameters license_type The type of license (such as SpeechPort or VoxLite) for which…

18 LVSpeechPort::GetCallGuid

This function is used to get the ID used in callsre logging. Function int GetCallGuid(char* CallGuid, int CallGuidLength) Parameters CallGuid A pointer to the container to receive the call ID. CallGuidLength The length of the call ID. Return Values LV_SUCCESS…

19 LVSpeechPort::GetClientFloatPropertyEx

Gets various client properties of type float used in initializing a new port. Function static int GetClientFloatPropertyEx(int property, float &pvalue) Parameters property Selects the property whose value needs to be returned. This function can return the…

20 LVSpeechPort::GetClientIntPropertyEx

Gets various client properties of type integer used in initializing a new port. Function static int GetClientIntPropertyEx(int property, int &pvalue) Parameters property Selects the property whose value needs to be returned. This function can return the property…