TranscriptionWord Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A time-stamped word in the transcription.
public class TranscriptionWord : System.ClientModel.Primitives.IJsonModel<Azure.AI.VoiceLive.TranscriptionWord>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.VoiceLive.TranscriptionWord>
type TranscriptionWord = class
interface IJsonModel<TranscriptionWord>
interface IPersistableModel<TranscriptionWord>
Public Class TranscriptionWord
Implements IJsonModel(Of TranscriptionWord), IPersistableModel(Of TranscriptionWord)
- Inheritance
-
TranscriptionWord
- Implements
Properties
| Name | Description |
|---|---|
| DurationMilliseconds |
Duration of the word in milliseconds. |
| OffsetMilliseconds |
Offset from the start of the audio in milliseconds. |
| Text |
The transcribed word text. |