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

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

Private Properties

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

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

Метод Описание
KeyPhraseBatchResultV2 ( ) : System.Linq

Initializes a new instance of the KeyPhraseBatchResultV2 class.

KeyPhraseBatchResultV2 ( System documents = default(System.Collections.Generic.IList<KeyPhraseBatchResultItemV2>), System errors = default(System.Collections.Generic.IList<ErrorRecordV2>) ) : System.Linq

Initializes a new instance of the KeyPhraseBatchResultV2 class.

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

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

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

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

Initializes a new instance of the KeyPhraseBatchResultV2 class.
public KeyPhraseBatchResultV2 ( System documents = default(System.Collections.Generic.IList<KeyPhraseBatchResultItemV2>), System errors = default(System.Collections.Generic.IList<ErrorRecordV2>) ) : System.Linq
documents System
errors System
Результат System.Linq