TranscriptWord 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.
Transcript word.
public class TranscriptWord : System.ClientModel.Primitives.IJsonModel<Azure.AI.ContentUnderstanding.TranscriptWord>, System.ClientModel.Primitives.IPersistableModel<Azure.AI.ContentUnderstanding.TranscriptWord>
type TranscriptWord = class
interface IJsonModel<TranscriptWord>
interface IPersistableModel<TranscriptWord>
Public Class TranscriptWord
Implements IJsonModel(Of TranscriptWord), IPersistableModel(Of TranscriptWord)
- Inheritance
-
TranscriptWord
- Implements
Properties
| Name | Description |
|---|---|
| EndTime |
Gets the end time of the word. |
| Span |
Span of the word in the markdown content. |
| StartTime |
Gets the start time of the word. |
| Text |
Transcript text. |