diff --git a/diagrams/azure/ml.py b/diagrams/azure/ml.py index eb0c474e..e9fff87d 100644 --- a/diagrams/azure/ml.py +++ b/diagrams/azure/ml.py @@ -12,8 +12,8 @@ class AzureOpenAI(_Ml): _icon = "azure-open-ai.png" -class AzureSpeedToText(_Ml): - _icon = "azure-speed-to-text.png" +class AzureSpeechService(_Ml): + _icon = "azure-speech-service.png" class BatchAI(_Ml): diff --git a/docs/nodes/azure.md b/docs/nodes/azure.md index 875471e8..9a766500 100644 --- a/docs/nodes/azure.md +++ b/docs/nodes/azure.md @@ -491,8 +491,8 @@ Node classes list of the azure provider. AzureOpenAI **diagrams.azure.ml.AzureOpenAI** -AzureSpeedToText -**diagrams.azure.ml.AzureSpeedToText** +AzureSpeechService +**diagrams.azure.ml.AzureSpeechService** BatchAI **diagrams.azure.ml.BatchAI** diff --git a/resources/azure/ml/azure-speech-service.png b/resources/azure/ml/azure-speech-service.png new file mode 100644 index 00000000..7716f11d Binary files /dev/null and b/resources/azure/ml/azure-speech-service.png differ diff --git a/resources/azure/ml/azure-speed-to-text.png b/resources/azure/ml/azure-speed-to-text.png deleted file mode 100644 index ca331f12..00000000 Binary files a/resources/azure/ml/azure-speed-to-text.png and /dev/null differ diff --git a/website/static/img/resources/azure/ml/azure-speech-service.png b/website/static/img/resources/azure/ml/azure-speech-service.png new file mode 100644 index 00000000..7716f11d Binary files /dev/null and b/website/static/img/resources/azure/ml/azure-speech-service.png differ diff --git a/website/static/img/resources/azure/ml/azure-speed-to-text.png b/website/static/img/resources/azure/ml/azure-speed-to-text.png deleted file mode 100644 index ca331f12..00000000 Binary files a/website/static/img/resources/azure/ml/azure-speed-to-text.png and /dev/null differ