ContentUnderstandingModelFactory.AudioVisualContentSegment Method

Definition

Detected audio/visual content segment.

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

Parameters

segmentId
String

Segment identifier.

category
String

Classified content category.

span
ContentSpan

Span of the segment in the markdown content.

startTimeMsValue
Int64

Start time of the segment in milliseconds.

endTimeMsValue
Int64

End time of the segment in milliseconds.

Returns

A new AudioVisualContentSegment instance for mocking.

Applies to