watson-developer-cloud / unity-sdk

:video_game: Unity SDK to use the IBM Watson services.
Apache License 2.0
569 stars 206 forks source link

[Speech to Text] Enabling timestamps does not work due to wrong data type #637

Closed mmoussa closed 4 years ago

mmoussa commented 4 years ago

It seems like the same issue was solved for the .NET SDK here: https://github.com/watson-developer-cloud/dotnet-standard-sdk/issues/198

But this issue still persists in the Unity SDK. Changing the TimeStamp WordConfidence data types from List\ to string[][] seems to work.