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: 1.8.12.0 (1.8.12)
Syntax
public int MaxAudioSegmentLength { get; set; }

Property Value

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