Azure Cognitive Connector

The Azure Cognitive Connector enables integration with Microsoft's Azure Cognitive Services, allowing you to harness advanced AI capabilities in your applications.

Name

  • Description: The name of the Azure Cognitive connector instance.

  • Type: Text (string)

  • Example: "AzureCognitiveConnectorInstance"

Url

  • Description: The URL of the Azure Cognitive Services endpoint.

  • Type: Text (string)

  • Example: "https://cognitiveservices.azure.com"

Apiversion

  • Description: The version of the Azure Cognitive Services API being utilized.

  • Type: Text (string)

  • Example: "v1.0"

Key

  • Description: An authentication key or token required to access Azure Cognitive Services.

  • Type: Text (string)

  • Example: "YOUR_AZURE_API_KEY"

Timeout

  • Description: The maximum time allowed for the connector to wait for a response from Azure Cognitive Services before timing out.

  • Type: Integer (milliseconds)

  • Example: 15000 (15 seconds)

Last updated