BingWebPage.OpenGraphImage 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.
A URL to the image that the webpage owner chose to represent the page content. Included only if available.
[System.Text.Json.Serialization.JsonPropertyName("openGraphImage")]
public System.Collections.Generic.IReadOnlyList<Microsoft.SemanticKernel.Plugins.Web.Bing.BingOpenGraphImage>? OpenGraphImage { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("openGraphImage")>]
member this.OpenGraphImage : System.Collections.Generic.IReadOnlyList<Microsoft.SemanticKernel.Plugins.Web.Bing.BingOpenGraphImage> with get, set
Public Property OpenGraphImage As IReadOnlyList(Of BingOpenGraphImage)
Property Value
- Attributes