Partager via


PineconeDocument.Score Property

Definition

Gets or Sets Score

[System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)]
[System.Text.Json.Serialization.JsonPropertyName("score")]
public float? Score { get; set; }
[<System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)>]
[<System.Text.Json.Serialization.JsonPropertyName("score")>]
member this.Score : Nullable<single> with get, set
Public Property Score As Nullable(Of Single)

Property Value

Attributes

Applies to