Class OpenAITranscriptionRequest.ChunkingStrategyWrapper
public class OpenAITranscriptionRequest.ChunkingStrategyWrapper
- Inheritance
-
objectOpenAITranscriptionRequest.ChunkingStrategyWrapper
Properties
ChunkingStrategyType
Automatically set chunking parameters based on the audio. Must be set to "auto".
public string ChunkingStrategyType { get; set; }
Property Value
- string
ServerVadConfig
Optional. If chunking_strategy is set to server_vad, this object can be provided to tweak VAD detection parameters manually.
public OpenAITranscriptionRequest.ChunkingStrategyWrapper.ServerVad ServerVadConfig { get; set; }