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

Показать файл Открыть проект Примеры использования класса

Private Properties

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

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

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

Initializes a new instance of the FeatureWhiteListParameters class.

FeatureWhiteListParameters ( string name = default(string), System values = default(System.Collections.Generic.IList<string>) ) : System.Linq

Initializes a new instance of the FeatureWhiteListParameters class.

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

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

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

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

Initializes a new instance of the FeatureWhiteListParameters class.
public FeatureWhiteListParameters ( string name = default(string), System values = default(System.Collections.Generic.IList<string>) ) : System.Linq
name string
values System
Результат System.Linq