Package version:

Interface AIServicesVisionParameters

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

interface AIServicesVisionParameters {
    apiKey?: string;
    authIdentity?: SearchIndexerDataIdentity;
    modelVersion?: string;
    resourceUri: string;
}

Properties

apiKey?: string

API key of the designated AI Services resource.

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.

modelVersion?: string

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: string

The resource URI of the AI Services resource.