PluginProbe
Auto Alt Text / 2.5.2
Auto Alt Text v2.5.2
3.0.3 2.8.2 1.3.1 1.3.2 2.0.0 2.1.0 2.1.1 2.2.0 2.3.0 2.3.1 2.3.2 2.3.3 2.3.4 2.4.0 2.4.1 2.4.2 2.5.0 2.5.1 2.5.2 2.5.3 2.6.0 2.6.1 2.7.0 2.8.0 2.8.1 All 28 releases
← All changes | src/App/AIProviders/Azure/AzureComputerVisionCaptionsResponse.php +1 -1 2.0.02.5.2 View file →
@@ -29,9 +29,9 @@
29 29 */
30 30 public function response(string $imageUrl): string
31 31 {
32 32 $response = wp_remote_post(
33 - PluginOptions::endpointAzureComputerVision() . 'computervision/imageanalysis:analyze?api-version=2023-02-01-preview&features=caption&language=en&gender-neutral-caption=False',
33 + PluginOptions::endpointAzureComputerVision() . 'computervision/imageanalysis:analyze?api-version='.Constants::AATXT_AZURE_COMPUTER_VISION_API_VERSION.'&features=caption&language=en&gender-neutral-caption=False',
34 34 [
35 35 'headers' => [
36 36 'content-type' => 'application/json',
37 37 'Ocp-Apim-Subscription-Key' => PluginOptions::apiKeyAzureComputerVision(),