Profile Management Component Architecture
The ProfileKit component library includes a profile management class that
provides you a simple way to create, delete, train, backup and restore speaker
profiles. Your application can integrate speaker training, backup, and recovery
as part of its speech recognition administrative features.
The profile management class, ChantPM, enables you to select or create a
speaker, train it, and optionally persist the profile (i.e., training) to a
binary file. Your application can import the training to restore a profile or
define a user on a new system. In addition the archived profile can be self
extracting or self installing file. The ChantPM class supports the following
recognizers:
Your application receives backup and restore progress notifications through
event callbacks.
ProfileKit Architecture for Profile Management
The ChantPM class encapsulates all of the technologies necessary to make the
process of managing profiles simple and efficient for your application.
Optionally, it can persist the profile to a self extracting archive for
portability across systems.
The ChantPM class simplifies the process of managing profiles by handling the
low-level activities directly with the speech recognition engine application
program interfaces (API).
You instantiate a ChantPM class object before you want to manage a profile
within your application. You destroy the ChantPM class object and release its
resources when you no longer want to manage a profile within your application.
Learn more about Chant ProfileKit »
Related Articles
Where to Buy