How to know if an application is using Cloud Foundry?

前端 未结 2 942
面向向阳花
面向向阳花 2021-01-25 08:59

I am working on a .NET application that uses IBM Watson for sentiment analysis. I am new to this project and don\'t know the proper working of the IBM Watson. Recently, sentimen

2条回答
  •  北恋
    北恋 (楼主)
    2021-01-25 09:58

    Your project is most probably using the sentiment features of the Watson Natural Language Understanding service. Service documentation can be found here - https://cloud.ibm.com/docs/services/natural-language-understanding?topic=natural-language-understanding-getting-started

    If you are writing .net code then your link to the appropriate API Documentation is https://cloud.ibm.com/apidocs/natural-language-understanding/natural-language-understanding?code=dotnet-standard

    To check if your service is still on cloud foundary or has been migrated then check the answer in this question - IBM Watson Text-to-speech API keeps throwing Error: 403 Forbidden

提交回复
热议问题