Click or drag to resize

SpeechToTextDataIsFinal Property

Gets a value indicating whether the result text is final.

Namespace:  IBM.Watson.DeveloperCloud.DataTypes
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool IsFinal { get; }

Property Value

Type: Boolean
true if the result text is final; otherwise, false.
See Also