| SpeechToTextContinuousMinAudioSegmentLength Property  | 
            Gets the minimum length of an audio segment. That segment will be used by the STT engine when detecting words (in milliseconds).
            
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic int MinAudioSegmentLength { get; set; }Public Property MinAudioSegmentLength As Integer
	Get
	Set
public:
property int MinAudioSegmentLength {
	int get ();
	void set (int value);
}member MinAudioSegmentLength : int with get, set
Property Value
Type: 
Int32
See Also