C# Class BuildIt.CognitiveServices.Models.KeyPhraseBatchResultV2

Datei anzeigen Open project: builttoroam/BuildIt

Private Properties

Property Type Description

Public Methods

Method Description
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.

Method Details

KeyPhraseBatchResultV2() public method

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

KeyPhraseBatchResultV2() public method

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
return System.Linq