Share via


GoogleTextSearchOptions Class

Definition

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

Applies to