Class OpenAITranscriptionRequest.ChunkingStrategyWrapper
Inherited Members
Namespace: Glitch9.AIDevKit.OpenAI
Assembly: Glitch9.AIDevKit.Provider.OpenAI.dll
Syntax
public class OpenAITranscriptionRequest.ChunkingStrategyWrapper
Properties
| Edit this page View SourceChunkingStrategyType
Automatically set chunking parameters based on the audio. Must be set to "auto".
Declaration
[JsonProperty("chunking_strategy")]
public string ChunkingStrategyType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ServerVadConfig
Optional. If chunking_strategy is set to server_vad, this object can be provided to tweak VAD detection parameters manually.
Declaration
[JsonProperty("server_vad")]
public OpenAITranscriptionRequest.ChunkingStrategyWrapper.ServerVad ServerVadConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| OpenAITranscriptionRequest.ChunkingStrategyWrapper.ServerVad |