Note

Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.

Microsoft Speech Platform

SpGetDescription

SpGetDescription passes back the textual description associated with the specified token.

Found in: sphelper.h

<pre IsFakePre="true" xmlns="http://www.w3.org/1999/xhtml"> <strong>SpGetDescription(</strong> <strong> <a runat="server" href="jj127672(v=msdn.10).md">ISpObjectToken</a></strong> *<em>pObjToken</em>, <strong> WCHAR</strong> **<em>ppszDescription</em>, <strong> LANGID</strong> *<em>Language</em> = <a runat="server" href="jj127579(v=msdn.10).md"><strong>SpGetUserDefaultUILanguage</strong></a>() <strong>);</strong> </pre>

Parameters

  • pObjToken
    [in] The object token of the target resource.
  • ppszDescription
    [out] A null-terminated string containing the resource description.
  • Language
    [in] The language ID for the resource. Language is optional and if omitted the default language will be used.

Return Values

ISpDataKey::GetStringValue