cognitive-services-speech-s.../speaker
Glenn Harper 66bcc19fc6
Glharper/speaker package (#51)
* Initial VoiceProfile class, with test

* add voice profile client with create profile API

* add DeleteVoiceProfile API

* add ResetVoiceProfileAsync API

* add GetActivationPhrasesAsync API

* add EnrollProfileAsync API

* initial implementation for speaker recognizer class and support classes

* use speaker identification model in test

* add identification test

* Add verification tests, RetrieveEnrollmentResult API

* lint fix?

* another lint fix

* Add GetAllProfilesAsync API with test

* review feedback

* formatting

* add independent identification sample

* add independent verification sample

* remove comment

* remove another comment

* review feedback

* make newVoice*FromHandle methods private
2022-02-25 12:58:31 -08:00
..
doc.go Glharper/speaker package (#51) 2022-02-25 12:58:31 -08:00
interop_utils.go Glharper/speaker package (#51) 2022-02-25 12:58:31 -08:00
interop_utils_test.go Glharper/speaker package (#51) 2022-02-25 12:58:31 -08:00
speaker_identification_model.go Glharper/speaker package (#51) 2022-02-25 12:58:31 -08:00
speaker_recognition_result.go Glharper/speaker package (#51) 2022-02-25 12:58:31 -08:00
speaker_recognizer.go Glharper/speaker package (#51) 2022-02-25 12:58:31 -08:00
speaker_verification_model.go Glharper/speaker package (#51) 2022-02-25 12:58:31 -08:00
voice_profile.go Glharper/speaker package (#51) 2022-02-25 12:58:31 -08:00
voice_profile_cancellation_details.go Glharper/speaker package (#51) 2022-02-25 12:58:31 -08:00
voice_profile_client.go Glharper/speaker package (#51) 2022-02-25 12:58:31 -08:00
voice_profile_client_test.go Glharper/speaker package (#51) 2022-02-25 12:58:31 -08:00
voice_profile_enrollment_result.go Glharper/speaker package (#51) 2022-02-25 12:58:31 -08:00
voice_profile_phrase_result.go Glharper/speaker package (#51) 2022-02-25 12:58:31 -08:00
voice_profile_result.go Glharper/speaker package (#51) 2022-02-25 12:58:31 -08:00
voice_profile_test.go Glharper/speaker package (#51) 2022-02-25 12:58:31 -08:00