Searched defs:CommonMultimodalAttribute (Results 1 – 1 of 1) sorted by relevance
89 struct CommonMultimodalAttribute : Attribute { struct90 std::string voiceLabel;91 std::string subscriptLabel;92 bool useSubscript = false;93 SceneLabel scene = SceneLabel::PAGE;95 bool IsUnavailable() const in IsUnavailable()