Skip to content

Commit 8477932

Browse files
committed
add to field desc
1 parent 2b2e808 commit 8477932

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/ai-services/content-safety/quickstart-groundedness.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ The JSON objects in the output are defined here:
161161
| Name | Description | Type |
162162
| :------------------ | :----------- | ------- |
163163
| **ungroundedDetected** | Indicates whether the text exhibits ungroundedness. | Boolean |
164-
| **ungroundedPercentage** | Specifies the proportion of the text identified as ungrounded, expressed as a number between 0 and 1, where 0 indicates no ungrounded content and 1 indicates entirely ungrounded content.| Float |
164+
| **ungroundedPercentage** | Specifies the proportion of the text identified as ungrounded, expressed as a number between 0 and 1, where 0 indicates no ungrounded content and 1 indicates entirely ungrounded content. This is not a confidence level.| Float |
165165
| **ungroundedDetails** | Provides insights into ungrounded content with specific examples and percentages.| Array |
166166
| -**`text`** | The specific text that is ungrounded. | String |
167167

@@ -333,7 +333,7 @@ The JSON objects in the output are defined here:
333333
| Name | Description | Type |
334334
| :------------------ | :----------- | ------- |
335335
| **ungroundedDetected** | Indicates whether the text exhibits ungroundedness. | Boolean |
336-
| **ungroundedPercentage** | Specifies the proportion of the text identified as ungrounded, expressed as a number between 0 and 1, where 0 indicates no ungrounded content and 1 indicates entirely ungrounded content.| Float |
336+
| **ungroundedPercentage** | Specifies the proportion of the text identified as ungrounded, expressed as a number between 0 and 1, where 0 indicates no ungrounded content and 1 indicates entirely ungrounded content. This is not a confidence level.| Float |
337337
| **ungroundedDetails** | Provides insights into ungrounded content with specific examples and percentages.| Array |
338338
| -**`text`** | The specific text that is ungrounded. | String |
339339
| -**`offset`** | An object describing the position of the ungrounded text in various encoding. | String |
@@ -480,7 +480,7 @@ The JSON objects in the output are defined here:
480480
| Name | Description | Type |
481481
| :------------------ | :----------- | ------- |
482482
| **ungroundedDetected** | Indicates if ungrounded content was detected.| Boolean|
483-
| **ungroundedPercentage** | The proportion of ungrounded content in the text.| Float|
483+
| **ungroundedPercentage** | The proportion of ungrounded content in the text. This is not a confidence level. | Float|
484484
| **ungroundedDetails** | Details of ungrounded content, including specific text segments.| Array|
485485
| -**`text`** | The specific text that is ungrounded. | String |
486486
| -**`offset`** | An object describing the position of the ungrounded text in various encoding. | String |

0 commit comments

Comments
 (0)