AIServicesVisionParameters interface
Specifies the AI Services Vision parameters for vectorizing a query image or text.
Properties
| api |
API key of the designated AI Services resource. |
| auth |
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. |
| model |
The version of the model to use when calling the AI Services Vision service. It will default to the latest available when not specified. |
| resource |
The resource URI of the AI Services resource. |
Property Details
apiKey
API key of the designated AI Services resource.
apiKey?: string
Property Value
string
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.
authIdentity?: SearchIndexerDataIdentity
Property Value
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.
modelVersion?: string
Property Value
string
resourceUri
The resource URI of the AI Services resource.
resourceUri: string
Property Value
string