TranscribedWord 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.
Time-stamped word in the display form.
public class TranscribedWord : System.ClientModel.Primitives.IJsonModel<Azure.AI.Speech.Transcription.TranscribedWord>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.Speech.Transcription.TranscribedWord>
type TranscribedWord = class
interface IJsonModel<TranscribedWord>
interface IPersistableModel<TranscribedWord>
Public Class TranscribedWord
Implements IJsonModel(Of TranscribedWord), IPersistableModel(Of TranscribedWord)
- Inheritance
-
TranscribedWord
- Implements
Properties
| Name | Description |
|---|---|
| Duration |
The duration of the word. |
| Offset |
The start offset of the word. |
| Text |
The recognized word, including punctuation. |