C# Class BuildIt.CognitiveServices.Models.TopicDetectionResultV2

This is object returned for the clustering call
Inheritance: OperationProcessingResult
Datei anzeigen Open project: builttoroam/BuildIt

Private Properties

Property Type Description

Public Methods

Method Description
TopicDetectionResultV2 ( ) : System.Linq

Initializes a new instance of the TopicDetectionResultV2 class.

TopicDetectionResultV2 ( System errors = default(System.Collections.Generic.IList<ErrorRecordV2>), System topics = default(System.Collections.Generic.IList<TopicInfoRecordV2>), System topicAssignments = default(System.Collections.Generic.IList<TopicAssignmentRecordV2>) ) : System.Linq

Initializes a new instance of the TopicDetectionResultV2 class.

Method Details

TopicDetectionResultV2() public method

Initializes a new instance of the TopicDetectionResultV2 class.
public TopicDetectionResultV2 ( ) : System.Linq
return System.Linq

TopicDetectionResultV2() public method

Initializes a new instance of the TopicDetectionResultV2 class.
public TopicDetectionResultV2 ( System errors = default(System.Collections.Generic.IList<ErrorRecordV2>), System topics = default(System.Collections.Generic.IList<TopicInfoRecordV2>), System topicAssignments = default(System.Collections.Generic.IList<TopicAssignmentRecordV2>) ) : System.Linq
errors System
topics System
topicAssignments System
return System.Linq