Report the current recognition settings to the analytics server.
To be called by derived classed upon saving or writing an output document.
Syntax
'Declaration
Protected Overloads Sub TrackCurrentSettingsEvents( _
ByVal As String _
)
'Usage
Dim instance As ImGearRecSettingsCollectionObjectBase
Dim outputFormatName As String
instance.TrackCurrentSettingsEvents(outputFormatName)
protected void TrackCurrentSettingsEvents(
string
)
protected: void TrackCurrentSettingsEvents(
string*
)
protected:
void TrackCurrentSettingsEvents(
String^
)
Parameters
- outputFormatName
- A name describing the requested output format, if not one of the standard Nuance ones (e.g, PDF Page output). Use TrackCurrentSettingsEvents if the format is set by the user.
See Also