OpenAIAudioToTextExecutionSettings.TimestampGranularities Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The timestamp granularities to populate for this transcription. response_format must be set verbose_json to use timestamp granularities.
Either or both of these options are supported: word, or segment.
[System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull)]
[System.Text.Json.Serialization.JsonPropertyName("timestamp_granularities")]
public System.Collections.Generic.IList<string>? TimestampGranularities { get; set; }
[<System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull)>]
[<System.Text.Json.Serialization.JsonPropertyName("timestamp_granularities")>]
member this.TimestampGranularities : System.Collections.Generic.IList<string> with get, set
Public Property TimestampGranularities As IList(Of String)
Property Value
- Attributes
Remarks
There is no additional latency for segment timestamps, but generating word timestamps incurs additional latency.