C# Class BuildIt.CognitiveServices.Models.TopicDetectionInputV2

Datei anzeigen Open project: builttoroam/BuildIt

Private Properties

Property Type Description

Public Methods

Method Description
TopicDetectionInputV2 ( ) : System.Linq

Initializes a new instance of the TopicDetectionInputV2 class.

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

Initializes a new instance of the TopicDetectionInputV2 class.

Method Details

TopicDetectionInputV2() public method

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

TopicDetectionInputV2() public method

Initializes a new instance of the TopicDetectionInputV2 class.
public 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
stopWords System List of words to ignore from all documents /// during pre-processing.
topicsToExclude System List of topics to omit from the /// response.
documents System
return System.Linq