QueryResultDocumentSubscores.Vectors 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.
The vector similarity and @search.score values for each vector query.
public System.Collections.Generic.IReadOnlyList<System.Collections.Generic.IDictionary<string,Azure.Search.Documents.Models.SingleVectorFieldResult>> Vectors { get; }
member this.Vectors : System.Collections.Generic.IReadOnlyList<System.Collections.Generic.IDictionary<string, Azure.Search.Documents.Models.SingleVectorFieldResult>>
Public ReadOnly Property Vectors As IReadOnlyList(Of IDictionary(Of String, SingleVectorFieldResult))