Share via


AudioTranscription.Segments Property

Definition

A collection of information about the timing, probabilities, and other detail of each processed audio segment.

public System.Collections.Generic.IReadOnlyList<Azure.AI.OpenAI.AudioTranscriptionSegment> Segments { get; }
member this.Segments : System.Collections.Generic.IReadOnlyList<Azure.AI.OpenAI.AudioTranscriptionSegment>
Public ReadOnly Property Segments As IReadOnlyList(Of AudioTranscriptionSegment)

Property Value

Applies to