다음을 통해 공유


BingWebPage.OpenGraphImage Property

Definition

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

Applies to