2
votes

Is it possible to use voice match function when using Google Assistant SDK?

According to the documentation of the Google Assistant SDK, I installed a Google Assistant in Windows.( https://developers.google.com/assistant/sdk/overview

However, we can not use speaker identification of voice matches. Is there a way to use the Voice Match function using the Google Assistant SDK?

1

1 Answers

1
votes

No, speaker identification is not a feature that is directly supported in the Google Assistant SDK. On a Google Home, an on-device machine learning model is used to identify each user. While you could develop your own implementation, it is not something that is provided as part of the platform.