C# Class BuildIt.CognitiveServices.Models.KeyPhraseBatchResultItemV2

Datei anzeigen Open project: builttoroam/BuildIt

Private Properties

Property Type Description

Public Methods

Method Description
KeyPhraseBatchResultItemV2 ( ) : System.Linq

Initializes a new instance of the KeyPhraseBatchResultItemV2 class.

KeyPhraseBatchResultItemV2 ( System keyPhrases = default(System.Collections.Generic.IList<string>), string id = default(string) ) : System.Linq

Initializes a new instance of the KeyPhraseBatchResultItemV2 class.

Method Details

KeyPhraseBatchResultItemV2() public method

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

KeyPhraseBatchResultItemV2() public method

Initializes a new instance of the KeyPhraseBatchResultItemV2 class.
public KeyPhraseBatchResultItemV2 ( System keyPhrases = default(System.Collections.Generic.IList<string>), string id = default(string) ) : System.Linq
keyPhrases System A list of representative words or /// phrases. The number of key phrases returned is proportional to /// the number of words in the input document.
id string Unique document identifier.
return System.Linq