watson-developer-cloud / swift-sdk

:iphone: The Watson Swift SDK enables developers to quickly add Watson Cognitive Computing services to their Swift applications.
https://watson-developer-cloud.github.io/swift-sdk/
Apache License 2.0
877 stars 223 forks source link

Speaker labels not returned when processing interim results #645

Closed shun-j closed 6 years ago

shun-j commented 7 years ago

This capability works on web demo, and it is working well using the java client SDK.

Gurdev-Singh commented 7 years ago

I am also facing the same issue with not being able to receive speakerLabels.

Is there any update on this issue?

glennrfisher commented 7 years ago

I tried to track this down, but couldn't find the root cause. I'm planning to work on Xcode 9 / Swift 3.2 updates first and hope to find time to fix this problem soon.

Gurdev-Singh commented 6 years ago

Is there any update regarding this issue? Speaker labels array is returned but they are smaller in numbers and received with an initial 61 seconds of delay.

glennrfisher commented 6 years ago

Hi @Gurdev-Singh. I haven't gotten a chance to look at this yet, but expect to publish a fix in the next 2 weeks. Sorry for the delay!

Gurdev-Singh commented 6 years ago

Hi @glennrfisher - Did you got the chance to look into this issue and its related fix?

glennrfisher commented 6 years ago

Hi @Gurdev-Singh. The fix was actually merged into the master branch earlier this week with #683. Just waiting to resolve an issue with Visual Recognition and then we'll publish the updates in an official release.

To use the fix in the meantime, you can update your Cartfile to pull from the master branch:

github "watson-developer-cloud/swift-sdk" "master"
glennrfisher commented 6 years ago

The fix is included with release v0.19.0 of the Swift SDK. Hope that helps!