Operations Summary: | |
boolean | equals(in SpeakerProfile anObject) |
string | getId() |
void | setId(in string identifier) raises |
string | getName() |
void | setName(in string name) |
string | getVariant() |
void | setVariant(in string variant) |
boolean | match(in SpeakerProfile require) |
Operations Inherited from Bonobo::Unknown | |
ref, unref, queryInterface |
Operation Details: |
True if and only if the input parameter is not null and is a
SpeakerProfile
with equal values of all properties.
SpeakerProfile
with equal values of all properties.
Return the SpeakerProfile
identifier.
SpeakerProfile
identifier.
Set the SpeakerProfile
identifier. The identifier
should be a human-readable string. The identifier string must
be unique for a recognizer. The identifier is sometimes the
concatenation of the user name and variants strings.
If the SpeakerProfile
object is one returned from
a recognizer's SpeakerManager
, setting the
identifier changes the persistent speaker data of the recognizer.
SpeakerProfile
identifier. Return the speaker name.
Set the speaker name. The speaker name should be a human-readable string. The speaker name does not need to be unique for a recognizer. (A speaker with more than one profile must have a separate variant for each).
If the SpeakerProfile
object is one returned from
a recognizer's SpeakerManager
, setting the name
changes the persistent speaker data of the recognizer.
Get the variant description.
Set the variant description. The variant should be a human-readable
string. A speaker with more than one SpeakerProfile
should have a different variant description for each profile.
If a speaker has only one profile, the variant description may
be null.
If the SpeakerProfile
object is one returned from
a recognizer's SpeakerManager
, setting the variant
changes the persistent speaker data of the recognizer.
Returns true if this object matches the @require object. A match requires that each non-null or non-zero-length string property of the required object be an exact string match to the properties of this object.
SpeakerProfile
to be matched against.