Click or drag to resize

SpeechToTextData Constructor (SpeechRecognitionEvent)

Initializes a new instance of the SpeechToTextData class

Namespace:  IBM.Watson.DeveloperCloud.DataTypes
Assembly:  UnityDocumentationBuilder (in UnityDocumentationBuilder.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public SpeechToTextData(
	SpeechRecognitionEvent result
)

Parameters

result
Type: IBM.Watson.DeveloperCloud.Services.SpeechToText.v1SpeechRecognitionEvent
See Also