SemanticSearchResultsType Struct
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.
Type of partial response that was returned for a semantic ranking request.
public readonly struct SemanticSearchResultsType : IEquatable<Azure.Search.Documents.Models.SemanticSearchResultsType>
type SemanticSearchResultsType = struct
Public Structure SemanticSearchResultsType
Implements IEquatable(Of SemanticSearchResultsType)
- Inheritance
-
SemanticSearchResultsType
- Implements
Constructors
SemanticSearchResultsType(String) |
Initializes a new instance of SemanticSearchResultsType. |
Properties
BaseResults |
Results without any semantic enrichment or reranking. |
RerankedResults |
Results have been reranked with the reranker model and will include semantic captions. They will not include any answers, answers highlights or caption highlights. |
Methods
Equals(SemanticSearchResultsType) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(SemanticSearchResultsType, SemanticSearchResultsType) |
Determines if two SemanticSearchResultsType values are the same. |
Implicit(String to SemanticSearchResultsType) |
Converts a string to a SemanticSearchResultsType. |
Inequality(SemanticSearchResultsType, SemanticSearchResultsType) |
Determines if two SemanticSearchResultsType values are not the same. |
Applies to
Azure SDK for .NET