ContentUnderstandingModelFactory.ContentCategoryDefinition Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Content category definition.
public static Azure.AI.ContentUnderstanding.ContentCategoryDefinition ContentCategoryDefinition(string description = default, string analyzerId = default, Azure.AI.ContentUnderstanding.ContentAnalyzer analyzer = default);
static member ContentCategoryDefinition : string * string * Azure.AI.ContentUnderstanding.ContentAnalyzer -> Azure.AI.ContentUnderstanding.ContentCategoryDefinition
Public Shared Function ContentCategoryDefinition (Optional description As String = Nothing, Optional analyzerId As String = Nothing, Optional analyzer As ContentAnalyzer = Nothing) As ContentCategoryDefinition
Parameters
- description
- String
The description of the category.
- analyzerId
- String
Optional analyzer used to process the content.
- analyzer
- ContentAnalyzer
Optional inline definition of analyzer used to process the content.
Returns
A new ContentCategoryDefinition instance for mocking.