Supercedes Issue 65-14.
From Issue 65-14:
14. What kind of values does <decision> take when (a) training has been
performed or (b) for multi-verification (can more than one voice-print
be "accepted"?)
[Sarvi>>] For training, I don't think any of the <voiceprint> elements should
contain a <decision> element. For multiverification result, the value would
could be rejected, accepted and undecided. I believe there should be only one
<voice-print> with a decision element of the above possible values.
DB> Sorry - my query is only relevant to training. Perhaps 11.5.4 should then
have a sentence clarifying that <decision> is not present for training results?
From Dan Burnett on 3/24/06:
...
To accommodate all of the use cases presented over the past few years, I have
the following proposal:
We permit <adapted> under only the first <voiceprint>, and make it optional.
As in -09, it is only returned for a verification (and not
training) result.
We permit <incremental> and require <cumulative> under all <voiceprint>
elements.
Both <incremental> and <cumulative> can contain the same set of elements under
the first <voiceprint> (which I'll temporarily name "Set A"), and both
<incremental> and <cumulative> can contain the same set of elements under all
but the first <voiceprint> (which I'll temporarily name "Set B").
Set A:
- may contain <decision>, <utterance-length>, <device>, <gender>, and
<verification-score>. <verification-score> is required. <decision> is
required under one or the other of <incremental> and <cumulative>, but not
both. It is only returned for a verification (and not training) result. All
other elements are optional under both <incremental> and <cumulative>.
Set B:
- may contain <utterance-length>, <device>, <gender>, and <verification-
score>. <verification-score> is required. All other elements are optional.
Consequences of the proposal:
- the content model is more permissive than what both the text and schema
permit in -09, except
1) it limits <decision> to only occur once in the entire result, and that only
in a verification result (as opposed to training), and
2) it requires <verification-score> under all <incremental> and <cumulative>
elements anywhere in the result.
|