BuildIt.CognitiveServices.Models.TopicDetectionResultV2.TopicDetectionResultV2 C# (CSharp) Method

TopicDetectionResultV2() public method

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

Same methods

TopicDetectionResultV2::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
TopicDetectionResultV2