C# Class BuildIt.CognitiveServices.Models.KeyPhraseBatchResultV2

Afficher le fichier Open project: builttoroam/BuildIt

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

Initializes a new instance of the KeyPhraseBatchResultV2 class.
public KeyPhraseBatchResultV2 ( ) : System.Linq
Résultat System.Linq

KeyPhraseBatchResultV2() public méthode

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
Résultat System.Linq