Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 1.74 KB

image-analysis-client-library.md

File metadata and controls

53 lines (34 loc) · 1.74 KB
title titleSuffix description author manager ms.service ms.topic ms.date ms.author ms.devlang ms.custom zone_pivot_groups keywords
Quickstart: Image Analysis
Azure AI services
Learn how to tag images in your application using Image Analysis through a native client library in the language of your choice.
PatrickFarley
nitinme
azure-ai-vision
quickstart
02/27/2024
pafarley
csharp
devx-track-python, devx-track-js, devx-track-csharp, mode-api, devx-track-dotnet, devx-track-extended-java
programming-languages-computer-vision
Azure AI Vision, Azure AI Vision service

Quickstart: Image Analysis

Get started with the Image Analysis REST API or client libraries to set up a basic image tagging script. The Analyze Image service provides you with AI algorithms for processing images and returning information on their visual features. Follow these steps to install a package to your application and try out the sample code.

::: zone pivot="programming-language-csharp"

[!INCLUDE C# SDK quickstart]

::: zone-end

::: zone pivot="programming-language-python"

[!INCLUDE Python SDK quickstart]

::: zone-end

::: zone pivot="programming-language-java"

[!INCLUDE Java SDK quickstart]

::: zone-end

::: zone pivot="programming-language-javascript"

[!INCLUDE NodeJS SDK quickstart]

::: zone-end

::: zone pivot="programming-language-rest-api"

[!INCLUDE REST API quickstart]

::: zone-end