GoogleTextSearchOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Options used to construct an instance of GoogleTextSearch
public sealed class GoogleTextSearchOptions
type GoogleTextSearchOptions = class
Public NotInheritable Class GoogleTextSearchOptions
- Inheritance
-
GoogleTextSearchOptions
Constructors
| GoogleTextSearchOptions() |
Properties
| LoggerFactory |
The ILoggerFactory to use for logging. If null, no logging will be performed. |
| ResultMapper |
ITextSearchResultMapper instance that can map a Google.Apis.CustomSearchAPI.v1.Data.Result to a TextSearchResult |
| StringMapper |
ITextSearchStringMapper instance that can map a Google.Apis.CustomSearchAPI.v1.Data.Result to a String |