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
878 stars 222 forks source link

Deprecate Alchemy Vision #355

Closed glennrfisher closed 8 years ago

glennrfisher commented 8 years ago

The Alchemy Vision service was deprecated with the release of Visual Recognition v3:

On May 20, 2016, the AlchemyVision service was deprecated and its functionality became a part of the IBM Watson™ Visual Recognition service. To migrate a Bluemix application from the AlchemyVision service to the Visual Recognition service, see Migrating from AlchemyVision to Visual Recognition.

Let's use annotations to mark the functions in AlchemyVision.swift as deprecated:

@available(*, deprecated, message=“On May 20, 2016, the AlchemyVision service was deprecated and its functionality became a part of the IBM Watson Visual Recognition service.”)
glennrfisher commented 8 years ago

Complete with #365.