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

TopicDetectionInputV2() public method

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

Same methods

TopicDetectionInputV2::TopicDetectionInputV2 ( System stopWords = default(System.Collections.Generic.IList<string>), System topicsToExclude = default(System.Collections.Generic.IList<string>), System documents = default(System.Collections.Generic.IList<InputV2>) ) : System.Linq
TopicDetectionInputV2