Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft Speech API 5.4
Object: SpAudioFormat
Guid Property
The Guid property returns the GUID of the default audio format.
Non-standard formats using sources other than wav files should use Guid to set and retrieve formats.
Syntax
| Set: | SpAudioFormat.Guid = String |
| Get: | String = SpAudioFormat.Guid |
Parts
- SpAudioFormat
The owning object. - String
Set: A String variable that sets the property.
Get: A String variable that gets the property.
Example
For an example of the use of the Guid property, see the code example in the Type section.