Watson API - Personality Insight For Certificate

Posted dawangandy

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Watson API - Personality Insight For Certificate相关的知识,希望对你有一定的参考价值。

Personality Insight For Certificate

1.Describe the intended use of the Personality Insights service

   As a core service of the IBM Watson platform, the Personality Insights service can help businesses understand their customers at a deeper level. It can help businesses learn their clients‘ preferences, improve customer satisfaction, and strengthen client relations. Businesses can use these insights to improve client acquisition, retention, and engagement, and to guide highly personalized engagements and interactions to better tailor their products, services, campaigns, and communications for individual clients.

 

2.Describe the inputs and outputs of the Personality Insights service

   To analyze content, you use the HTTP POST request method to call the profile method of the Personality Insights service. You can pass the service a maximum of 20 MB of content to be analyzed via the body of the request, but the service requires far less input to produce an accurate personality profile

 To pass JSON input content, you use the ContentListContainer object. The object includes an array of ContentItem objects, each of which contains an element of the content. The only required field of the object is content, which provides the text to be analyzed.

  IBM recommends that you provide at least 1200 words of input text.Providing 3000 words is sufficient to achieve the service‘s maximum precision. You must submit at least 100 words; otherwise, the service reports an error. If you submit fewer than 600 words, the service reports a warning but still analyzes the input text.

  Input:

     Content-Type:  text/plain, text/html, application/json

     Language: Arabic, English, Japanese, Spanish

     Output:

     Content-Type: Json , CSV

 

3. Describe the personality models of the Personality Insights service

    Personality Insights analytics are developed based on the psychology of language in combination with data analytics algorithms. The characteristics are described in terms of three models:  

 

Reference:

https://www.ibm.com/watson/developercloud/doc/personality-insights/user-overview.html#overviewGuidelines

以上是关于Watson API - Personality Insight For Certificate的主要内容,如果未能解决你的问题,请参考以下文章

如何从.net核心调用ibm watson api

使用 node.js 的 Watson api

是否有任何 Watson 或 Bluemix API 能够与 OCR(光学字符识别)一起使用? [关闭]

如何获取 Watson NLU 使用的 API 事务数?

从 C# 中的 API 使用 IBM Watson 对话

iOS/IBM Cloud/Swift:使用 AlamoFire 发布到 Watson API