Skip to content

Commit 8c42508

Browse files
committed
namespace documentation, updates to service class documentation
1 parent d709148 commit 8c42508

File tree

18 files changed

+205
-167
lines changed

18 files changed

+205
-167
lines changed

Docs/UnitySDK.shfbproj

Lines changed: 137 additions & 124 deletions
Large diffs are not rendered by default.

Scripts/Camera/WatsonCamera.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public class WatsonCamera : MonoBehaviour
5757
#region Public Variable
5858

5959
/// <summary>
60-
/// Instance of WatsonCamera.
60+
/// Static instance of WatsonCamera.
6161
/// </summary>
6262
public static WatsonCamera Instance
6363
{
-18.2 KB
Binary file not shown.

Scripts/Services/AlchemyAPI/AlchemyAPI.cs

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,12 @@
2929

3030
namespace IBM.Watson.DeveloperCloud.Services.AlchemyAPI.v1
3131
{
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
3638
{
3739

3840
#region Private Data

Scripts/Services/Conversation-Experimental/Conversation-Experimental.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
namespace IBM.Watson.DeveloperCloud.Services.ConversationExperimental.v1
2828
{
2929
/// <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>
3232
/// </summary>
3333
public class ConversationExperimental : IWatsonService
3434
{

Scripts/Services/Conversation/Conversation.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ namespace IBM.Watson.DeveloperCloud.Services.Conversation.v1
2828
{
2929
/// <summary>
3030
/// 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>
3232
/// </summary>
3333
public class Conversation : IWatsonService
3434
{

Scripts/Services/Dialog/Dialog.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828

2929
namespace IBM.Watson.DeveloperCloud.Services.Dialog.v1
3030
{
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
3636
{
3737
#region Public Types
3838
/// <summary>

Scripts/Services/DocumentConversion/DataModels.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,9 @@ public class AnswerUnit
109109
public Content[] content { get; set; }
110110
}
111111

112+
/// <summary>
113+
/// Document content.
114+
/// </summary>
112115
[fsObject]
113116
public class Content
114117
{

Scripts/Services/DocumentConversion/DocumentConversion.cs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,11 @@
2828

2929
namespace IBM.Watson.DeveloperCloud.Services.DocumentConversion.v1
3030
{
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
3236
{
3337
#region Private Data
3438
private const string SERVICE_ID = "DocumentConversionV1";

Scripts/Services/LanguageTranslator/LanguageTranslator.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@
2727

2828
namespace IBM.Watson.DeveloperCloud.Services.LanguageTranslator.v1
2929
{
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
3535
{
3636
#region Public Types
3737
/// <summary>

Scripts/Services/NaturalLanguageClassifier/NaturalLanguageClassifier.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626

2727
namespace IBM.Watson.DeveloperCloud.Services.NaturalLanguageClassifier.v1
2828
{
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
3434
{
3535
#region Public Types
3636
/// <summary>

Scripts/Services/PersonalityInsights/PersonalityInsights.cs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,11 @@
2727

2828
namespace IBM.Watson.DeveloperCloud.Services.PersonalityInsights.v2
2929
{
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
3135
{
3236
#region Private Data
3337
private const string SERVICE_ID = "PersonalityInsightsV2";

Scripts/Services/RetrieveAndRank/RetrieveAndRank.cs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,11 @@
2828

2929
namespace IBM.Watson.DeveloperCloud.Services.RetrieveAndRank.v1
3030
{
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
3236
{
3337
#region Private Data
3438
private const string SERVICE_ID = "RetrieveAndRankV1";

Scripts/Services/SpeechToText/SpeechToText.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030

3131
namespace IBM.Watson.DeveloperCloud.Services.SpeechToText.v1
3232
{
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
3838
{
3939
#region Constants
4040
/// <summary>

Scripts/Services/TextToSpeech/TextToSpeech.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@
2727

2828
namespace IBM.Watson.DeveloperCloud.Services.TextToSpeech.v1
2929
{
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
3535
{
3636
#region Public Types
3737

Scripts/Services/ToneAnalyzer/ToneAnalyzer.cs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,11 @@
2727

2828
namespace IBM.Watson.DeveloperCloud.Services.ToneAnalyzer.v3
2929
{
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
3135
{
3236
#region Private Data
3337
private const string SERVICE_ID = "ToneAnalyzerV3";

Scripts/Services/TradeoffAnalytics/TradeoffAnalytics.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@
2727

2828
namespace IBM.Watson.DeveloperCloud.Services.TradeoffAnalytics.v1
2929
{
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
3535
{
3636

3737
#region Private Data

Scripts/Services/VisualRecognition/VisualRecognition.cs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,11 @@
3030

3131
namespace IBM.Watson.DeveloperCloud.Services.VisualRecognition.v3
3232
{
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
3438
{
3539
#region Public Types
3640
/// <summary>

0 commit comments

Comments
 (0)