SearchServicePatch.SemanticSearch 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.
Specifies the availability and billing plan for semantic search on the Azure AI Search service. This configuration is only available for certain pricing tiers in certain regions.
public Azure.ResourceManager.Search.Models.SearchSemanticSearch? SemanticSearch { get; set; }
member this.SemanticSearch : Nullable<Azure.ResourceManager.Search.Models.SearchSemanticSearch> with get, set
Public Property SemanticSearch As Nullable(Of SearchSemanticSearch)