Click or drag to resize

SpeechRecognitionEvent Constructor

Initializes a new instance of the SpeechRecognitionEvent class

Namespace:  IBM.Watson.DeveloperCloud.Services.SpeechToText.v1
Assembly:  UnityDocumentationBuilder (in UnityDocumentationBuilder.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public SpeechRecognitionEvent(
	SpeechRecognitionResult[] _results
)

Parameters

_results
Type: IBM.Watson.DeveloperCloud.Services.SpeechToText.v1SpeechRecognitionResult
See Also