commit | c94338c4ae8d02d86c62a101f6fccde1b376dcfe | [log] [tgz] |
---|---|---|
author | Ajay Gopi <ajaygopi@google.com> | Wed Jul 12 20:52:08 2023 +0000 |
committer | Ajay Gopi <ajaygopi@google.com> | Tue Aug 29 12:57:55 2023 +0000 |
tree | e5eefe53316bac139014ac1e85f8897db1017caa | |
parent | 1a7ed027bb49bec51884ba80227eba35e3c63115 [diff] |
Define HotwordTrainingData This structure will be egressed from the active HotwordDetectionService when it determines useful training events. We plan to extend the hotword detection service callback to allow the egress of HotwordTrainingData by adding onTrainingData(HotwordTrainingData data) method to the callback. Change-Id: I476fe9180a5fd58e56197d606fbdac04b9792af2 Test: atest --no-bazel-mode CtsVoiceInteractionTestCases:HotwordDetectionServiceBasicTest Bug: 291599840