File tree Expand file tree Collapse file tree 18 files changed +205
-167
lines changed
Conversation-Experimental
NaturalLanguageClassifier Expand file tree Collapse file tree 18 files changed +205
-167
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ public class WatsonCamera : MonoBehaviour
57
57
#region Public Variable
58
58
59
59
/// <summary>
60
- /// Instance of WatsonCamera.
60
+ /// Static instance of WatsonCamera.
61
61
/// </summary>
62
62
public static WatsonCamera Instance
63
63
{
Original file line number Diff line number Diff line change 29
29
30
30
namespace IBM . Watson . DeveloperCloud . Services . AlchemyAPI . v1
31
31
{
32
- /// <summary>
33
- /// Service integration for Alchemy API
34
- /// </summary>
35
- public class AlchemyAPI : IWatsonService
32
+ /// <summary>
33
+ /// This class wraps the Alchemy API Services.
34
+ /// <a href="http://www.ibm.com/watson/developercloud/alchemy-language.html">Alchemy Language</a>
35
+ /// <a href="http://www.ibm.com/watson/developercloud/alchemy-data-news.html">AlchemyData News</a>
36
+ /// </summary>
37
+ public class AlchemyAPI : IWatsonService
36
38
{
37
39
38
40
#region Private Data
Original file line number Diff line number Diff line change 27
27
namespace IBM . Watson . DeveloperCloud . Services . ConversationExperimental . v1
28
28
{
29
29
/// <summary>
30
- /// This class wraps the Watson Conversation service.
31
- /// <a href="http://www.ibm.com/smarterplanet/us/en/ibmwatson/ developercloud/conversation.html">Conversation Service</a>
30
+ /// This class wraps the Watson Experimental Conversation service.
31
+ /// <a href="http://www.ibm.com/watson/ developercloud/conversation.html">Experimental Conversation Service</a>
32
32
/// </summary>
33
33
public class ConversationExperimental : IWatsonService
34
34
{
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ namespace IBM.Watson.DeveloperCloud.Services.Conversation.v1
28
28
{
29
29
/// <summary>
30
30
/// This class wraps the Watson Conversation service.
31
- /// <a href="http://www.ibm.com/smarterplanet/us/en/ibmwatson /developercloud/conversation.html">Conversation Service</a>
31
+ /// <a href="http://www.ibm.com/watson /developercloud/conversation.html">Conversation Service</a>
32
32
/// </summary>
33
33
public class Conversation : IWatsonService
34
34
{
Original file line number Diff line number Diff line change 28
28
29
29
namespace IBM . Watson . DeveloperCloud . Services . Dialog . v1
30
30
{
31
- /// <summary>
32
- /// This class wraps the Watson Dialog service.
33
- /// <a href="http://www.ibm.com/smarterplanet/us/en/ibmwatson /developercloud/dialog.html">Dialog Service</a>
34
- /// </summary>
35
- public class Dialog : IWatsonService
31
+ /// <summary>
32
+ /// This class wraps the Watson Dialog service.
33
+ /// <a href="http://www.ibm.com/watson /developercloud/dialog.html">Dialog Service</a>
34
+ /// </summary>
35
+ public class Dialog : IWatsonService
36
36
{
37
37
#region Public Types
38
38
/// <summary>
Original file line number Diff line number Diff line change @@ -109,6 +109,9 @@ public class AnswerUnit
109
109
public Content [ ] content { get ; set ; }
110
110
}
111
111
112
+ /// <summary>
113
+ /// Document content.
114
+ /// </summary>
112
115
[ fsObject ]
113
116
public class Content
114
117
{
Original file line number Diff line number Diff line change 28
28
29
29
namespace IBM . Watson . DeveloperCloud . Services . DocumentConversion . v1
30
30
{
31
- public class DocumentConversion : IWatsonService
31
+ /// <summary>
32
+ /// This class wraps the Document Conversion service.
33
+ /// <a href="http://www.ibm.com/watson/developercloud/document-conversion.html">Document Conversion Service</a>
34
+ /// </summary>
35
+ public class DocumentConversion : IWatsonService
32
36
{
33
37
#region Private Data
34
38
private const string SERVICE_ID = "DocumentConversionV1" ;
Original file line number Diff line number Diff line change 27
27
28
28
namespace IBM . Watson . DeveloperCloud . Services . LanguageTranslator . v1
29
29
{
30
- /// <summary>
31
- /// This class wraps the Language Translator service.
32
- /// <a href="http://www.ibm.com/smarterplanet/us/en/ibmwatson /developercloud/language-translator.html">Language Translator Service</a>
33
- /// </summary>
34
- public class LanguageTranslator : IWatsonService
30
+ /// <summary>
31
+ /// This class wraps the Language Translator service.
32
+ /// <a href="http://www.ibm.com/watson /developercloud/language-translator.html">Language Translator Service</a>
33
+ /// </summary>
34
+ public class LanguageTranslator : IWatsonService
35
35
{
36
36
#region Public Types
37
37
/// <summary>
Original file line number Diff line number Diff line change 26
26
27
27
namespace IBM . Watson . DeveloperCloud . Services . NaturalLanguageClassifier . v1
28
28
{
29
- /// <summary>
30
- /// This class wraps the Natural Language Classifier service.
31
- /// <a href="http://www.ibm.com/smarterplanet/us/en/ibmwatson /developercloud/nl-classifier.html">Natural Language Classifier Service</a>
32
- /// </summary>
33
- public class NaturalLanguageClassifier : IWatsonService
29
+ /// <summary>
30
+ /// This class wraps the Natural Language Classifier service.
31
+ /// <a href="http://www.ibm.com/watson /developercloud/nl-classifier.html">Natural Language Classifier Service</a>
32
+ /// </summary>
33
+ public class NaturalLanguageClassifier : IWatsonService
34
34
{
35
35
#region Public Types
36
36
/// <summary>
Original file line number Diff line number Diff line change 27
27
28
28
namespace IBM . Watson . DeveloperCloud . Services . PersonalityInsights . v2
29
29
{
30
- public class PersonalityInsights : IWatsonService
30
+ /// <summary>
31
+ /// This class wraps the Personality Insights service.
32
+ /// <a href="http://www.ibm.com/watson/developercloud/personality-insights.html">Personality Insights Service</a>
33
+ /// </summary>
34
+ public class PersonalityInsights : IWatsonService
31
35
{
32
36
#region Private Data
33
37
private const string SERVICE_ID = "PersonalityInsightsV2" ;
Original file line number Diff line number Diff line change 28
28
29
29
namespace IBM . Watson . DeveloperCloud . Services . RetrieveAndRank . v1
30
30
{
31
- public class RetrieveAndRank : IWatsonService
31
+ /// <summary>
32
+ /// This class wraps the Retrieve and Rank service.
33
+ /// <a href="http://www.ibm.com/watson/developercloud/retrieve-rank.html">Retrieve and Rank Service</a>
34
+ /// </summary>
35
+ public class RetrieveAndRank : IWatsonService
32
36
{
33
37
#region Private Data
34
38
private const string SERVICE_ID = "RetrieveAndRankV1" ;
Original file line number Diff line number Diff line change 30
30
31
31
namespace IBM . Watson . DeveloperCloud . Services . SpeechToText . v1
32
32
{
33
- /// <summary>
34
- /// This class wraps the Watson SpeechToText service.
35
- /// <a href="http://www.ibm.com/smarterplanet/us/en/ibmwatson/ developercloud/speech-to-text.html">SpeechToText Service</a>
36
- /// </summary>
37
- public class SpeechToText : IWatsonService
33
+ /// <summary>
34
+ /// This class wraps the Watson Speech to Text service.
35
+ /// <a href="http://www.ibm.com/watson/ developercloud/speech-to-text.html">Speech to Text Service</a>
36
+ /// </summary>
37
+ public class SpeechToText : IWatsonService
38
38
{
39
39
#region Constants
40
40
/// <summary>
Original file line number Diff line number Diff line change 27
27
28
28
namespace IBM . Watson . DeveloperCloud . Services . TextToSpeech . v1
29
29
{
30
- /// <summary>
31
- /// This class wraps the TextToSpeech service.
32
- /// <a href="http://www.ibm.com/smarterplanet/us/en/ibmwatson/ developercloud/text-to-speech.html">TextToSpeech Service</a>
33
- /// </summary>
34
- public class TextToSpeech : IWatsonService
30
+ /// <summary>
31
+ /// This class wraps the Text to Speech service.
32
+ /// <a href="http://www.ibm.com/watson/ developercloud/text-to-speech.html">Text to Speech Service</a>
33
+ /// </summary>
34
+ public class TextToSpeech : IWatsonService
35
35
{
36
36
#region Public Types
37
37
Original file line number Diff line number Diff line change 27
27
28
28
namespace IBM . Watson . DeveloperCloud . Services . ToneAnalyzer . v3
29
29
{
30
- public class ToneAnalyzer : IWatsonService
30
+ /// <summary>
31
+ /// This class wraps the Tone Analyzer service.
32
+ /// <a href="http://www.ibm.com/watson/developercloud/tone-analyzer.html">Tone Analyzer Service</a>
33
+ /// </summary>
34
+ public class ToneAnalyzer : IWatsonService
31
35
{
32
36
#region Private Data
33
37
private const string SERVICE_ID = "ToneAnalyzerV3" ;
Original file line number Diff line number Diff line change 27
27
28
28
namespace IBM . Watson . DeveloperCloud . Services . TradeoffAnalytics . v1
29
29
{
30
- /// <summary>
31
- /// This class wraps the TradeOff Analytics service.
32
- /// <a href="https ://www.ibm.com/smarterplanet/us/en/ibmwatson/ developercloud/doc/ tradeoff-analytics/ ">TradeOff Analytics Service</a>
33
- /// </summary>
34
- public class TradeoffAnalytics : IWatsonService
30
+ /// <summary>
31
+ /// This class wraps the TradeOff Analytics service.
32
+ /// <a href="http ://www.ibm.com/watson/ developercloud/tradeoff-analytics.html ">TradeOff Analytics Service</a>
33
+ /// </summary>
34
+ public class TradeoffAnalytics : IWatsonService
35
35
{
36
36
37
37
#region Private Data
Original file line number Diff line number Diff line change 30
30
31
31
namespace IBM . Watson . DeveloperCloud . Services . VisualRecognition . v3
32
32
{
33
- public class VisualRecognition : IWatsonService
33
+ /// <summary>
34
+ /// This class wraps the Visual Recognition service.
35
+ /// <a href="http://www.ibm.com/watson/developercloud/visual-recognition.html">Visual Recognition Service</a>
36
+ /// </summary>
37
+ public class VisualRecognition : IWatsonService
34
38
{
35
39
#region Public Types
36
40
/// <summary>
You can’t perform that action at this time.
0 commit comments