SearchSemanticSearch

enum SearchSemanticSearch : Enum<SearchSemanticSearch> , ConvertibleToJava<SearchSemanticSearch>

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

Entries

Link copied to clipboard

Indicates that semantic ranking is disabled for the search service.

Link copied to clipboard

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

Link copied to clipboard

Enables semantic ranking on a search service as a billable feature, with higher throughput and volume of semantic ranking requests.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
val javaValue: SearchSemanticSearch
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toJava(): SearchSemanticSearch
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.