Click or drag to resize

SpeechRecognitionEventHasResult Method

Check if our result list has atleast one valid result.

Namespace:  IBM.Watson.DeveloperCloud.Services.SpeechToText.v1
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool HasResult()

Return Value

Type: Boolean
Returns true if a result is found.
See Also