C# Класс Pipl.APIs.Search.SearchConfiguration

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

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

Метод Описание
SearchConfiguration ( string apiKey = SearchConfiguration.DefaultApiKey, float minimumProbability = null, ShowSources showSources = null, bool hideSponsored = null, bool liveFeeds = null, float minimumMatch = null, bool useHttps = false, string matchRequirements = null, bool inferPersons = false, string sourceCategoryRequirements = null, string url = null ) : System

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

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

public SearchConfiguration ( string apiKey = SearchConfiguration.DefaultApiKey, float minimumProbability = null, ShowSources showSources = null, bool hideSponsored = null, bool liveFeeds = null, float minimumMatch = null, bool useHttps = false, string matchRequirements = null, bool inferPersons = false, string sourceCategoryRequirements = null, string url = null ) : System
apiKey string
minimumProbability float
showSources ShowSources
hideSponsored bool
liveFeeds bool
minimumMatch float
useHttps bool
matchRequirements string
inferPersons bool
sourceCategoryRequirements string
url string
Результат System