Skip to content

Commit a854192

Browse files
authored
Merge pull request #252079 from MicrosoftDocs/main
9/19/2023 AM Publish
2 parents 1e689d6 + 5a97e39 commit a854192

26 files changed

+341
-106
lines changed

articles/ai-services/speech-service/language-identification.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: cognitive-services
99
ms.subservice: speech-service
1010
ms.custom: devx-track-extended-java, devx-track-js, devx-track-python
1111
ms.topic: how-to
12-
ms.date: 04/19/2023
12+
ms.date: 9/19/2023
1313
ms.author: eur
1414
zone_pivot_groups: programming-languages-speech-services-nomore-variant
1515
---
@@ -592,7 +592,7 @@ var autoDetectSourceLanguageConfig = SpeechSDK.AutoDetectSourceLanguageConfig.fr
592592
You use Speech translation when you need to identify the language in an audio source and then translate it to another language. For more information, see [Speech translation overview](speech-translation.md).
593593

594594
> [!NOTE]
595-
> Speech translation with language identification is only supported with Speech SDKs in C#, C++, and Python.
595+
> Speech translation with language identification is only supported with Speech SDKs in C#, C++, JavaScript, and Python.
596596
> Currently for speech translation with language identification, you must create a SpeechConfig from the `wss://{region}.stt.speech.microsoft.com/speech/universal/v2` endpoint string, as shown in code examples. In a future SDK release you won't need to set it.
597597
::: zone pivot="programming-language-csharp"
598598
11.6 KB
Loading

articles/azure-maps/power-bi-visual-add-bubble-layer.md

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Add a bubble layer to an Azure Maps Power BI visual
33
titleSuffix: Microsoft Azure Maps
4-
description: In this article, you'll learn how to use the bubble layer in an Azure Maps Power BI visual.
4+
description: In this article, you learn how to use the bubble layer in an Azure Maps Power BI visual.
55
author: deniseatmicrosoft
66
ms.author: limingchen
77
ms.date: 11/14/2022
@@ -16,34 +16,45 @@ The **Bubble layer** renders location data as scaled circles on the map.
1616

1717
:::image type="content" source="./media/power-bi-visual/bubble-layer-with-legend-color.png" alt-text="A map displaying point data using the bubble layer":::
1818

19-
Initially all bubbles have the same fill color. If a field is passed into the **Legend** bucket of the **Fields** pane, the bubbles will be colored based on their categorization. The outline of the bubbles is white be default but can be changed to a new color or by enabling the high-contrast outline option. The **High-contrast outline** option dynamically assigns an outline color that is a high-contrast variant of the fill color. This helps to ensure the bubbles are clearly visible regardless of the style of the map. The following are the primary settings in the **Format** pane that are available in the **Bubble layer** section.
19+
Initially all bubbles have the same fill color. If a field is passed into the **Legend** bucket of the **Fields** pane, the bubbles are colored based on their categorization. The outline of the bubbles is white be default but can be changed to a new color or by enabling the high-contrast outline option. The **High-contrast outline** option dynamically assigns an outline color that is a high-contrast variant of the fill color. This helps to ensure the bubbles are clearly visible regardless of the style of the map. The following are the primary settings in the **Format** pane that are available in the **Bubble layer** section.
2020

2121
| Setting | Description |
2222
|----------------|----------------|
23-
| Size | The size of each bubble. This option is hidden when a field is passed into the **Size** bucket of the **Fields** pane. More options will appear as outlined in the [Bubble size scaling](#bubble-size-scaling) section further down in this article. |
23+
| Size | The size of each bubble. This option is hidden when a field is passed into the **Size** bucket of the **Fields** pane. More options appear as outlined in the [Bubble size scaling](#bubble-size-scaling) section further down in this article. |
24+
| Range scaling | Used to define how the bubble layer scales the bubbles.<br><br>• **Magnitude**: Bubble size scales by magnitude. Negative values are automatically converted to positive values.<br>• **DataRange**: Bubble size scales from min-of-data to max-of-data. There's no anchoring to zero.<br>• **Automatic**: Bubble size scales automatically into one of the two types, as follows:<br>&nbsp;&nbsp;&nbsp;&nbsp;**Magnitude**: Positive or negative only data.<br>&nbsp;&nbsp;&nbsp;&nbsp;**DataRange**: data that contains both positive and negative values.<br>• **(Deprecated)**: Applies to reports created prior to the range scaling property, to provide backward-compatibility. It's recommended that you change this to use any one of the three preceding options. |
2425
| Shape | Transparency. The fill transparency of each bubble. |
25-
| Color | Fill color of each bubble. This option is hidden when a field is passed into the **Legend** bucket of the **Fields** pane and a separate **Data colors** section will appear in the **Format** pane. |
26+
| Color | Fill color of each bubble. This option is hidden when a field is passed into the **Legend** bucket of the **Fields** pane and a separate **Data colors** section appears in the **Format** pane. |
2627
| Border | Settings for the border include color, width, transparency and blur.<br/>&nbsp;&nbsp;&nbsp;&nbsp;• Color specifies the color that outlines the bubble. This option is hidden when the **High-contrast outline** option is enabled.<br/>&nbsp;&nbsp;&nbsp;&nbsp;• Width specifies the width of the outline in pixels.<br/>&nbsp;&nbsp;&nbsp;&nbsp;• Transparency specifies the transparency of each bubble.<br/>&nbsp;&nbsp;&nbsp;&nbsp;• Blur specifies the amount of blur applied to the outline of the bubble. A value of one blurs the bubbles such that only the center point has no transparency. A value of 0 apply any blur effect.|
27-
| Zoom | Settings for the zoom property include scale, maximum and minimum.<br/>&nbsp;&nbsp;&nbsp;&nbsp;• Zoom scale is the amount the bubbles should scale relative to the zoom level. A zoom scale of one means no scaling. Large values will make bubbles smaller when zoomed out and larger when zoomed in. This helps to reduce the clutter on the map when zoomed out, yet ensures points stand out more when zoomed in. A value of 1 doesn't apply any scaling.<br/>&nbsp;&nbsp;&nbsp;&nbsp;• Maximum zoom level tiles are available.<br/>&nbsp;&nbsp;&nbsp;&nbsp;• Minimum zoom level tiles are available. |
28+
| Zoom | Settings for the zoom property include scale, maximum and minimum.<br/>&nbsp;&nbsp;&nbsp;&nbsp;(Deprecated) Zoom scale is the amount the bubbles should scale relative to the zoom level. A zoom scale of one means no scaling. Large values make bubbles smaller when zoomed out and larger when zoomed in. This helps to reduce the clutter on the map when zoomed out, yet ensures points stand out more when zoomed in. A value of 1 doesn't apply any scaling.<br/>&nbsp;&nbsp;&nbsp;&nbsp;• Maximum zoom level tiles are available.<br/>&nbsp;&nbsp;&nbsp;&nbsp;• Minimum zoom level tiles are available. |
2829
| Options | Settings for the options property include pitch alignment and layer position.<br/>&nbsp;&nbsp;&nbsp;&nbsp;• Pitch alignment specifies how the bubbles look when the map is pitched.<br/>&nbsp;&nbsp;&nbsp;&nbsp;• layer position specifies the position of the layer relative to other map layers. |
2930

3031
## Bubble size scaling
3132

32-
If a field is passed into the **Size** bucket of the **Fields** pane, the bubbles will be scaled relatively to the measure value of each data point. The **Size** option in the **Bubble layer** section of the **Format** pane will disappear when a field is passed into the **Size** bucket, as the bubbles will have their radii scaled between a min and max value. The following options will appear in the **Bubble layer** section of the **Format** pane when a **Size** bucket has a field specified.
33+
> [!NOTE]
34+
>
35+
> **Bubble size scaling retirement**
36+
>
37+
> The Power BI Visual bubble layer **Bubble size scaling** settings were deprecated starting in the September 2023 release of Power BI. You can no longer create reports using these settings, but existing reports will continue to work. It is recomended that you upgrade existing reports that use these settings to the new **range scaling** property. To upgrade to to the new **range scaling** property, select the desired option in the **Range scaling** drop-down list:
38+
>
39+
> :::image type="content" source="./media/power-bi-visual/range-scaling-drop-down.png" alt-text="A screenshot of the range scaling drop-down":::
40+
>
41+
> For more information on the range scaling settings, see **range scaling** in the [previous section](#add-a-bubble-layer).
42+
43+
If a field is passed into the **Size** bucket of the **Fields** pane, the bubbles are scaled relatively to the measure value of each data point. The **Size** option in the **Bubble layer** section of the **Format** pane disappears when a field is passed into the **Size** bucket, as the bubbles have their radii scaled between a min and max value. The following options appear in the **Bubble layer** section of the **Format** pane when a **Size** bucket has a field specified.
3344

3445
| Setting | Description |
3546
|---------------------|--------------|
3647
| Min size | Minimum bubble size when scaling the data.|
3748
| Max size | Maximum bubble size when scaling the data.|
3849
| Size scaling method | Scaling algorithm used to determine relative bubble size.<br/><br/>&nbsp;• Linear: Range of input data linearly mapped to the min and max size. (default)<br/>&nbsp;• Log: Range of input data logarithmically mapped to the min and max size.<br/>&nbsp;• Cubic-Bezier: Specify X1, Y1, X2, Y2 values of a Cubic-Bezier curve to create a custom scaling method. |
3950

40-
When the **Size scaling method** is set to **Log**, the following options will be made available.
51+
When the **Size scaling method** is set to **Log**, the following options are made available.
4152

4253
| Setting | Description |
4354
|-----------|------------------|
4455
| Log scale | The logarithmic scale to apply when calculating the size of the bubbles. |
4556

46-
When the **Size scaling method** is set to **Cubic-Bezier**, the following options will be made available to customize the scaling curve.
57+
When the **Size scaling method** is set to **Cubic-Bezier**, the following options are made available to customize the scaling curve.
4758

4859
| Setting | Description |
4960
|---------|---------------------------------------|
@@ -57,7 +68,7 @@ When the **Size scaling method** is set to **Cubic-Bezier**, the following optio
5768
5869
## Category labels
5970

60-
When displaying a **bubble layer** map, the **Category labels** settings will become active in the **Format visual** pane.
71+
When the **bubble layer** displays on a map, the **Category labels** settings become active in the **Format visual** pane.
6172

6273
:::image type="content" source="./media/power-bi-visual/category-labels.png" alt-text="A screenshot showing the category labels settings in the format visual section of Power BI." lightbox="./media/power-bi-visual/category-labels.png":::
6374

articles/azure-maps/power-bi-visual-understanding-layers.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,21 @@ The general layer section of the **Format** pane are common settings that apply
8585
| Setting | Description |
8686
|----------------|----------------------------------------|
8787
| Unselected transparency | The transparency of shapes that aren't selected, when one or more shapes are selected. |
88-
| Show zeros | Specifies if points that have a size value of zero should be shown on the map using the minimum radius. |
89-
| Show negatives | Specifies if absolute value of negative size values should be plotted. |
88+
| Show zeros | (Deprecated) Specifies if points that have a size value of zero should be shown on the map using the minimum radius. |
89+
| Show negatives | (Deprecated) Specifies if absolute value of negative size values should be plotted. |
9090
| Min data value | The minimum value of the input data to scale against. Good for clipping outliers. |
9191
| Max data value | The maximum value of the input data to scale against. Good for clipping outliers. |
9292

93+
> [!NOTE]
94+
>
95+
> **General layer settings retirement**
96+
>
97+
> The **Show zeros** and **Show negatives** Power BI Visual General layer settings were deprecated starting in the September 2023 release of Power BI. You can no longer create new reports using these settings, but existing reports will continue to work. It is recomended that you upgrade existing reports. To upgrade to the new **range scaling** property, select the desired option in the **Range scaling** drop-down list:
98+
>
99+
> :::image type="content" source="./media/power-bi-visual/range-scaling-drop-down.png" alt-text="A screenshot of the range scaling drop-down":::
100+
>
101+
> For more information on the range scaling option, see **Range scaling** in the properties table of the [Add a bubble layer] article.
102+
93103
## Next steps
94104

95105
Change how your data is displayed on the map:
@@ -110,3 +120,5 @@ Add more context to the map:
110120
111121
> [!div class="nextstepaction"]
112122
> [Show real-time traffic](power-bi-visual-show-real-time-traffic.md)
123+
124+
[Add a bubble layer]: power-bi-visual-add-bubble-layer.md

0 commit comments

Comments
 (0)