2017-01-25
- New: Abstracted
Discovery
service. - Fix: Updated TouchScript plugin.
- New: Updated builds to use Unity 5.5.
- Fix: TextToSpeech Widget now has multi output.
- Fix: Added custom scenes in build editor.
2016-12-02
- Fix: Increased conversation version.
- Fix: Fixed infinite loop in Conversation service example.
2016-11-04
- New: Added streaming
SpeechToText
example. - New: Abstraction for
Personality Insights V3
2016-10-27
- New: Abstracted
Speech to Text
customization methods.
2016-09-23
- New: Added
similarity search
to theVisual Recognition
service. - Fix:
Touch Widget
improvements. - Fix: Disabled 3rd Party plugin warnings.
- Fix: Removed
Conversation
Message overload method that takes only input and conversationID. - Fix: Rewrote
Conversation
example script to show how to create MessageRequest object.
2016-08-26
- Deprecated: Retired
Dialog
service. - Fix:
ExampleLanguageTranslation
now is usingLanguageTranslator
beforeLanguageTranslation
service goes live. - Fix: Abstracted custom voice model methods in
Text to Speech
service. - Fix: Error when pasting credentials from the new Bluemix site into the
Config Editor
. - New: Added
CameraWidget
andCameraDisplayWidget
to get video from device camera. - New: Added test scene for using the device camera with the
Visual Recognition
service.
2016-08-12
- Fix: Removed tag stripping from
ToSpeech()
method of theTextToSpeech
service. - New: The
Conversation
service now accepts full conversation payload in overloadedMessage()
method. - Fix: Removed
SetLastWriteTime()
for Android platform in the data cache because of a known android issue.https://code.google.com/p/android/issues/detail?id=15480
2016-07-29
- New: Visual Recognition: Added retraining functionality.
- New: Visual Recognition: Use byteArray data to classify, detect faces and recognize text.
- Fix: Updated integration testing.
2016-07-17
- Fix: Updated documentation
2016-07-15
- New: Added
Document Conversion
abstraction - New: Added
AlchemyData News
abstraction - New: Added
Retrieve and Rank
abstraction - New: Added
Conversation
abstraction - Fix: Added
LanguageTranslation
andLanguageTranslator
2016-06-24
- New: Added
Alchemy Language
abstraction - New: Added
Personality Insights
abstraction - Fix: Added
Tone Analyzer
to the Configuration Editor - Fix: Added
Tradeoff Analytics
to the Configuration Editor - Fix: Added
Conversation
to the Configuration Editor - Fix: Added
Personality Insights
to the Configuration Editor - Fix: Added
Alchemy Language
to the Configuration Editor - Fix: Added
Visual Recognition
to the Configuration Editor
2016-06-09
- New: Added
Tone Analyzer v3
abstraction - New: Added
Tradeoff Analytics
abstraction - New: Added
Conversation
abstraction - New: Added
Visual Recognition v3
abstraction - Fix: Creating test project dynamically for Travis CL integration
- Fix: Refactored Language Translation to Language Translator
- Fix: Widget examples sprite references were disconnected
2016-04-29
- Fix: Make SDK application agnostic
- Fix: Rewrite README
- New: Added example code snippets showing how to access low level services
- Fix: Restructured SDK to put non-core components in Examples
- Fix: Fixed several usability issues
- Fix: Revised several aspects of the SDK to match the formats of other WDC SDKs