Share via


AudioTranslation.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.AudioTranslationSegment> Segments { get; }
member this.Segments : System.Collections.Generic.IReadOnlyList<Azure.AI.OpenAI.AudioTranslationSegment>
Public ReadOnly Property Segments As IReadOnlyList(Of AudioTranslationSegment)

Property Value

Applies to