Share via


SearchSemanticSearch Struct

Definition

Sets options that control the availability of semantic search. This configuration is only possible for certain Azure AI Search SKUs in certain locations.

public readonly struct SearchSemanticSearch : IEquatable<Azure.ResourceManager.Search.Models.SearchSemanticSearch>
type SearchSemanticSearch = struct
Public Structure SearchSemanticSearch
Implements IEquatable(Of SearchSemanticSearch)
Inheritance
SearchSemanticSearch
Implements

Constructors

SearchSemanticSearch(String)

Initializes a new instance of SearchSemanticSearch.

Properties

Disabled

Indicates that semantic reranker is disabled for the search service. This is the default.

Free

Enables semantic reranker on a search service and indicates that it is to be used within the limits of the free plan. The free plan would cap the volume of semantic ranking requests and is offered at no extra charge. This is the default for newly provisioned search services.

Standard

Enables semantic reranker on a search service as a billable feature, with higher throughput and volume of semantically reranked queries.

Methods

Equals(SearchSemanticSearch)

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(SearchSemanticSearch, SearchSemanticSearch)

Determines if two SearchSemanticSearch values are the same.

Implicit(String to SearchSemanticSearch)

Converts a string to a SearchSemanticSearch.

Inequality(SearchSemanticSearch, SearchSemanticSearch)

Determines if two SearchSemanticSearch values are not the same.

Applies to