C# Класс BuildIt.CognitiveServices.Models.KeyPhraseBatchResultItemV2

Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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.

Описание методов

KeyPhraseBatchResultItemV2() публичный Метод

Initializes a new instance of the KeyPhraseBatchResultItemV2 class.
public KeyPhraseBatchResultItemV2 ( ) : System.Linq
Результат System.Linq

KeyPhraseBatchResultItemV2() публичный Метод

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.
Результат System.Linq