23 references to Attributes
System.Speech (23)
Internal\ObjectToken\ObjectToken.cs (9)
133
if (
Attributes
== null || !
Attributes
.TryGetString("Age", out age))
149
if (
Attributes
== null || !
Attributes
.TryGetString("Gender", out gender))
164
if (
Attributes
!= null)
166
Attributes
.TryGetString("Name", out name);
185
if (
Attributes
.TryGetString("Language", out langId))
249
fMatch &= HasValue(s) || (
Attributes
!= null &&
Attributes
.HasValue(s));
Internal\ObjectToken\SAPICategories.cs (2)
161
attributes1 = token1.
Attributes
;
162
attributes2 = token2.
Attributes
;
Internal\Synthesis\VoiceSynthesis.cs (1)
1479
if (voiceToken != null && voiceToken.
Attributes
!= null)
Recognition\RecognizerInfo.cs (5)
38
foreach (string keyName in token.
Attributes
.GetValueNames())
41
if (token.
Attributes
.TryGetString(keyName, out attributeValue))
49
if (token.
Attributes
.TryGetString("AudioFormats", out audioFormats))
64
if (token.
Attributes
== null)
73
if (!token.
Attributes
.TryGetString("Language", out langId))
Synthesis\VoiceInfo.cs (6)
55
if (token.
Attributes
.TryGetString("Language", out langId))
72
if (token.
Attributes
!= null)
76
foreach (string keyName in token.
Attributes
.GetValueNames())
79
if (token.
Attributes
.TryGetString(keyName, out attributeValue))
88
if (token.
Attributes
!= null && token.
Attributes
.TryGetString("AudioFormats", out audioFormats))