Поделиться через


TranscribedWord Class

Definition

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

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<TranscribedWord>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<TranscribedWord>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<TranscribedWord>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<TranscribedWord>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<TranscribedWord>.Write(ModelReaderWriterOptions)

Applies to