This is the Azure Cognitive Search client library for developing .NET
applications with rich search experiences. It enables you to query your
indexes, update documents in your indexes, and manage indexes, synonym
maps, indexers, data sources, or other service-level resources.
This NuGet package provides native and managed libraries for the Microsoft Cognitive Services Speech SDK.
Documentation is available at https://aka.ms/csspeech.
Common types needed by the Azure Cognitive Search .NET libraries. This is not the package you are looking for; It is only meant to be used as a dependency.
Use this package if you're developing a .NET application using Azure Cognitive Search, and you only need to query or update documents in your indexes. If you also need to create or update indexes, synonym maps, or other service-level resources, use the Microsoft.Azure.Search package instead.
Use this package if you're developing automation in .NET to manage Azure Cognitive Search indexes, synonym maps, indexers, data sources, or other service-level resources. If you only need to query or update documents in your indexes, use the Microsoft.Azure.Search.Data package instead. If you need...
More information