Releases the unmanaged resources used by the SpeechToText and optionally releases the managed resources

Namespace: Ozeki.Media.MediaHandlers
Assembly: OPSSDK (in OPSSDK.dll) Version: 3.3.2.884

Syntax

C#
protected override void Dispose(
	bool disposing
)
Visual Basic
Protected Overrides Sub Dispose ( 
	disposing As Boolean
)
Visual C++
protected:
virtual void Dispose(
	bool disposing
) override

Parameters

disposing
Type: System..::..Boolean
True to release both managed and unmanaged resources; false to release only unmanaged resources

See Also