Click or drag to resize
DataRecognitionClientDispose Method (Boolean)
Releases the unmanaged resources used by the DataRecognitionClient and optionally releases the managed resources

Namespace: Microsoft.CognitiveServices.SpeechRecognition
Assembly: SpeechClient (in SpeechClient.dll) Version: 0.0.0.0
Syntax
protected override void Dispose(
	bool A_0
)

Parameters

A_0
Type: Boolean
True to release both managed and unmanaged resources; false to release only unmanaged resources
See Also