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_Desktop (in OzekiSDK_Desktop.dll) Version: 10.4.98
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
Int32
See Also