Click or drag to resize
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.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public int MinAudioSegmentLength { get; set; }

Property Value

Type: Int32
See Also