ContentUnderstandingModelFactory.TranscriptWord Method

Definition

Transcript word.

public static Azure.AI.ContentUnderstanding.TranscriptWord TranscriptWord(long startTimeMsValue = 0, long endTimeMsValue = 0, string text = default, Azure.AI.ContentUnderstanding.ContentSpan span = default);
static member TranscriptWord : int64 * int64 * string * Azure.AI.ContentUnderstanding.ContentSpan -> Azure.AI.ContentUnderstanding.TranscriptWord
Public Shared Function TranscriptWord (Optional startTimeMsValue As Long = 0, Optional endTimeMsValue As Long = 0, Optional text As String = Nothing, Optional span As ContentSpan = Nothing) As TranscriptWord

Parameters

startTimeMsValue
Int64

Start time of the word in milliseconds.

endTimeMsValue
Int64

End time of the word in milliseconds.

text
String

Transcript text.

span
ContentSpan

Span of the word in the markdown content.

Returns

A new TranscriptWord instance for mocking.

Applies to