次の方法で共有


DocumentSearchResult<T>.Coverage プロパティ

定義

クエリに含まれていたインデックスの割合を示す値を取得します。要求で minimumCoverage が指定されていない場合は null を取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="@search.coverage")]
public double? Coverage { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="@search.coverage")>]
member this.Coverage : Nullable<double>
Public ReadOnly Property Coverage As Nullable(Of Double)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象