forked from Azure/azure-sdk-for-net
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMicrosoft.Azure.CognitiveServices.Vision.CustomVision.Prediction.csproj
More file actions
29 lines (26 loc) · 1.42 KB
/
Microsoft.Azure.CognitiveServices.Vision.CustomVision.Prediction.csproj
File metadata and controls
29 lines (26 loc) · 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyTitle>Microsoft Cognitive Services CustomVision Prediction SDK</AssemblyTitle>
<Description>This client library provides access to the Microsoft Cognitive Services CustomVision Prediction APIs.</Description>
<VersionPrefix>1.0.0</VersionPrefix>
<PackageTags>Microsoft Cognitive Services;Cognitive Services;Cognitive Services SDK;REST HTTP client;Custom Vision;Custom Vision Prediction API;Custom Vision Prediction SDK;Vision;netcore451511</PackageTags>
<PackageReleaseNotes>
<![CDATA[
This is a public release of the Cognitive Services Custom Vision Prediction SDK.
Changes in this release:
1) PredictImage and PredictImageUrl have been replaced with project type specific calls.
ClassifyImage and ClassifyImageUrl for image classification projects.
DetectImage and DetectImageUrl for object detection projects .
2) Prediction methods now take a name to designate which published iteration to use. Iterations can be published using the Custom Vision Training SDK.
]]>
</PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup>
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
<PackageProjectUrl>http://customvision.ai</PackageProjectUrl>
</PropertyGroup>
<PropertyGroup>
<AzureApiTag />
<PackageTags>$(PackageTags);$(CommonTags);$(AzureApiTag);</PackageTags>
</PropertyGroup>
</Project>