result-verification.xml 662 B

123456789101112131415161718192021
  1. <?xml version="1.0"?>
  2. <result>
  3. <verification-result>
  4. <voiceprint id="johnsmith">
  5. <incremental>
  6. <utterance-length> 500 </utterance-length>
  7. <device> cellular-phone </device>
  8. <gender> male </gender>
  9. <decision> accepted </decision>
  10. <verification-score> 0.85 </verification-score>
  11. </incremental>
  12. <cumulative>
  13. <utterance-length> 1500 </utterance-length>
  14. <device> cellular-phone </device>
  15. <gender> male </gender>
  16. <decision> accepted </decision>
  17. <verification-score> 0.75 </verification-score>
  18. </cumulative>
  19. </voiceprint>
  20. </verification-result>
  21. </result>