We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 102270d commit f7fef1bCopy full SHA for f7fef1b
src/IBM.Watson.NaturalLanguageUnderstanding.v1/Model/CategoriesOptions.cs
@@ -37,6 +37,13 @@ public class CategoriesOptions
37
/// </summary>
38
[JsonProperty("limit", NullValueHandling = NullValueHandling.Ignore)]
39
public long? Limit { get; set; }
40
+ /// <summary>
41
+ /// Enter a [custom
42
+ /// model](https://cloud.ibm.com/docs/services/natural-language-understanding?topic=natural-language-understanding-customizing)
43
+ /// ID to override the standard categories model.
44
+ /// </summary>
45
+ [JsonProperty("model", NullValueHandling = NullValueHandling.Ignore)]
46
+ public string Model { get; set; }
47
}
48
49
0 commit comments