FME Transformers: 2026.1

Categories
Web

Web

Related Transformers
AzureBlobStorageConnector
AzureFileStorageConnector
AzureQueueStorageConnector
AzureTextAnalyticsConnector
ComprehendConnector
GoogleLanguageConnector
GoogleVisionConnector
RekognitionConnector

AzureAIVisionConnector

Connects to the Azure AI Vision service to detect objects in images.

Jump to Configuration

Typical Uses

  • Detecting faces, objects, or text in images

How does it work?

The AzureAIVisionConnector uses your Azure account credentials to connect to Azure Vision and submit images for analysis.

Images may be provided as files, URLs, or as raster geometry, and each one may produce multiple output features.

Services supported are:

Detection Type Analysis

Face

Successfully identified faces will result in output features with attributes describing the face.

If the location of a face in the image can be identified, a bounding box geometry will also be returned with a separate confidence value.

Facial landmarks may be optionally detected.

Object

Successfully identified objects will result in output features with attributes describing the objects.

If the location of an object in the image can be identified, a bounding box geometry will also be returned with a separate confidence value.

Text

Successfully identified text will result in output features with attributes describing the text.

Features will be output for lines of text and for individual words in each line.

Each feature will have a bounding box for the line or word.

Bounding boxes are in pixel units, and align with the input.

Optional Input Port

This transformer has two modes, depending on whether a connector is attached to the Input port or not:

  • Input-driven: When input features are connected, the transformer runs once for each feature it receives in the Input port.
  • Run Once: When no input features are connected, the transformer runs one time.

When the Input port is in use, the Initiator output port is also enabled.

Usage Notes

  • For better performance, requests to the service are made in parallel, and are returned as soon as they complete. Consequently, detection results will not be returned in the same order as their associated requests.

Configuration

Input Ports

Output Ports

Parameters

Editing Transformer Parameters

Transformer parameters can be set by directly entering values, using expressions, or referencing other elements in the workspace such as attribute values or user parameters. Various editors and context menus are available to assist. To see what is available, click beside the applicable parameter.

For more information, see Transformer Parameter Menu Options.

Reference

Processing Behavior

Feature-Based

Feature Holding

No

Dependencies Azure Cognitive Services Account
Aliases  
History Released FME 2019.2

FME Online Resources

The FME Community and Support Center Knowledge Base have a wealth of information, including active forums with 35,000+ members and thousands of articles.

Search for all results about the AzureAIVisionConnector on the FME Community.

 

Examples may contain information licensed under the Open Government Licence – Vancouver, Open Government Licence - British Columbia, and/or Open Government Licence – Canada.