C# Class Pipl.APIs.Search.SearchConfiguration

ファイルを表示 Open project: piplcom/piplapis-csharp Class Usage Examples

Public Methods

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

Method Details

SearchConfiguration() public method

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