Share via


AIServicesVisionParameters Class

Definition

Specifies the AI Services Vision parameters for vectorizing a query image or text.

public class AIServicesVisionParameters
type AIServicesVisionParameters = class
Public Class AIServicesVisionParameters
Inheritance
AIServicesVisionParameters

Constructors

AIServicesVisionParameters(String, Uri)

Initializes a new instance of AIServicesVisionParameters.

Properties

ApiKey

API key of the designated AI Services resource.

AuthIdentity

The user-assigned managed identity used for outbound connections. If an authResourceId is provided and it's not specified, the system-assigned managed identity is used. On updates to the index, if the identity is unspecified, the value remains unchanged. If set to "none", the value of this property is cleared. Please note SearchIndexerDataIdentity is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include SearchIndexerDataNoneIdentity and SearchIndexerDataUserAssignedIdentity.

ModelVersion

The version of the model to use when calling the AI Services Vision service. It will default to the latest available when not specified.

ResourceUri

The resource URI of the AI Services resource.

Applies to