GoogleTextSearchOptions.ResultMapper Property
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.
ITextSearchResultMapper instance that can map a Google.Apis.CustomSearchAPI.v1.Data.Result to a TextSearchResult
public Microsoft.SemanticKernel.Data.ITextSearchResultMapper? ResultMapper { get; init; }
member this.ResultMapper : Microsoft.SemanticKernel.Data.ITextSearchResultMapper with get, set
Public Property ResultMapper As ITextSearchResultMapper