Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
TranscribedWord Class
Definition
- Namespace:
- Azure.AI.Speech.Transcription
- Assembly:
- Azure.AI.Speech.Transcription.dll
- Package:
- Azure.AI.Speech.Transcription v1.0.0
- Package:
- Azure.AI.Speech.Transcription v1.0.0-beta.2
- Source:
- TranscribedWord.cs
- Source:
- TranscribedWord.cs
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. |
Methods
Explicit Interface Implementations
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET
Feedback
Was this page helpful?
