Note
Please see Azure Cognitive Services for Speech documentation for the latest supported speech solutions.
Microsoft Speech Platform
ISpTranscript
A transcript is a text string associated with a piece of audio data. The Speech Platform's SpStream object supports the ISpTranscript interface for audio files in WAV format.
Associated Class IDs
The following class IDs (CLSID) may be used with this interface.
- CLSID_SpStream
See Application Object Classes for a complete CLSID listing for all interfaces.
Methods in Vtable Order
ISpTranscript Methods | Description |
---|---|
GetTranscript | Gets the current transcript. |
AppendTranscript | Adds the current text to the transcript. |
Development Helpers
Enumeration, Function, or Class | Description |
---|---|
CSpDynamicString | Class for managing dynamically-sized Unicode strings. |