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.”)
The Alchemy Vision service was deprecated with the release of Visual Recognition v3:
Let's use annotations to mark the functions in
AlchemyVision.swift
as deprecated: