Class GroqCloudTranscriptionOptions
Inheritance
object
GroqCloudTranscriptionOptions
Namespace: Glitch9.AIDevKit.GroqCloud
Assembly: .dll
Syntax
public class GroqCloudTranscriptionOptions : IGENTranscriptOptions, IGENOptions
Properties
Api
Declaration
public Api Api { get; }
Property Value
Type | Description |
---|---|
Api |
TimestampGranularities
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.
Declaration
public string[] TimestampGranularities { get; set; }
Property Value
Type | Description |
---|---|
string[] |
Remarks
Note: There is no additional latency for segment timestamps, but generating word timestamps incurs additional latency.