Class TranscriptionRequest.ChunkingStrategyWrapper
public class TranscriptionRequest.ChunkingStrategyWrapper
- Inheritance
-
objectTranscriptionRequest.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 TranscriptionRequest.ChunkingStrategyWrapper.ServerVad ServerVadConfig { get; set; }