Click or drag to resize

TTSAnnouncer Constructor

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Creates a TTSAnnouncer that generates text-to-speech announcements for xml files containing navigation instructions, for a given culture.

Namespace:  Telogis.GeoBase.Navigation.Announcements
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public TTSAnnouncer(
	string path,
	string cultureName,
	bool debugMode
)

Parameters

path
Type: SystemString
The path to the xml files containing the navigation instruction string.
cultureName
Type: SystemString
The name of the culture in which to use the navigation instructions.
debugMode
Type: SystemBoolean
Whether to use debug mode when generating strings.
See Also