Microsoft.Azure.CognitiveServices.Search.AutoSuggest 2.0.0

前缀已保留
dotnet add package Microsoft.Azure.CognitiveServices.Search.AutoSuggest --version 2.0.0                
NuGet\Install-Package Microsoft.Azure.CognitiveServices.Search.AutoSuggest -Version 2.0.0                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.Azure.CognitiveServices.Search.AutoSuggest" Version="2.0.0" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.Azure.CognitiveServices.Search.AutoSuggest --version 2.0.0                
#r "nuget: Microsoft.Azure.CognitiveServices.Search.AutoSuggest, 2.0.0"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Microsoft.Azure.CognitiveServices.Search.AutoSuggest as a Cake Addin
#addin nuget:?package=Microsoft.Azure.CognitiveServices.Search.AutoSuggest&version=2.0.0

// Install Microsoft.Azure.CognitiveServices.Search.AutoSuggest as a Cake Tool
#tool nuget:?package=Microsoft.Azure.CognitiveServices.Search.AutoSuggest&version=2.0.0                

此客户端库提供了对 Microsoft 认知服务自动建议 API 的访问。

产品 兼容及额外的计算目标框架版本。
.NET net5.0 已计算。 net5.0-windows 已计算。 net6.0 已计算。 net6.0-android 已计算。 net6.0-ios 已计算。 net6.0-maccatalyst 已计算。 net6.0-macos 已计算。 net6.0-tvos 已计算。 net6.0-windows 已计算。 net7.0 已计算。 net7.0-android 已计算。 net7.0-ios 已计算。 net7.0-maccatalyst 已计算。 net7.0-macos 已计算。 net7.0-tvos 已计算。 net7.0-windows 已计算。 net8.0 已计算。 net8.0-android 已计算。 net8.0-browser 已计算。 net8.0-ios 已计算。 net8.0-maccatalyst 已计算。 net8.0-macos 已计算。 net8.0-tvos 已计算。 net8.0-windows 已计算。
.NET Core netcoreapp1.0 已计算。 netcoreapp1.1 已计算。 netcoreapp2.0 已计算。 netcoreapp2.1 已计算。 netcoreapp2.2 已计算。 netcoreapp3.0 已计算。 netcoreapp3.1 已计算。
.NET Standard netstandard1.4 兼容。 netstandard1.5 已计算。 netstandard1.6 已计算。 netstandard2.0 已计算。 netstandard2.1 已计算。
.NET 框架 net452 兼容。 net46 已计算。 net461 已计算。 net462 已计算。 net463 已计算。 net47 已计算。 net471 已计算。 net472 已计算。 net48 已计算。 net481 已计算。
MonoAndroid monoandroid 已计算。
MonoMac monomac 已计算。
MonoTouch monotouch 已计算。
Tizen tizen30 已计算。 tizen40 已计算。 tizen60 已计算。
通用 Windows 平台 uap 已计算。 uap10.0 已计算。
Xamarin.iOS xamarinios 已计算。
Xamarin.Mac xamarinmac 已计算。
Xamarin.TVOS xamarintvos 已计算。
Xamarin.WatchOS xamarinwatchos 已计算。
兼容的目标框架
包含的目标框架(在包中)
了解更多关于 目标框架.NET Standard 的信息。

NuGet 包

此包未由任何 NuGet 包使用。

GitHub 仓库 (1)

显示依赖 Microsoft.Azure.CognitiveServices.Search.AutoSuggest 的最受欢迎的 GitHub 仓库 top 1

仓库 星标
Azure-Samples/cognitive-services-dotnet-sdk-samples
通过这些示例学习如何使用认知服务 SDK
版本 下载 最后更新
2.0.0 25,006 11/21/2018
1.0.0 6,972 6/19/2018

此版本的变化
   1. 支持覆盖默认端点。
   2. 客户端类名称更改为 `AutoSuggestClient`。