Click or drag to resize

SpeechToTextContinuousMaxAudioSegmentLength Property

Gets the maximum length of an audio segment. That segment will be used bye the STT engine when detecting words (in milliseconds).

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
public int MaxAudioSegmentLength { get; set; }

Property Value

Int32
Remarks
In order to detect longer words, the value of the this property have to be larger.
Example
To detect the word 'information' the value must be set between 1220 and 1420
See Also