You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/content-safety/quickstart-groundedness.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -161,7 +161,7 @@ The JSON objects in the output are defined here:
161
161
| Name | Description | Type |
162
162
| :------------------ | :----------- | ------- |
163
163
|**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 |
165
165
|**ungroundedDetails**| Provides insights into ungrounded content with specific examples and percentages.| Array |
166
166
| -**`text`**| The specific text that is ungrounded. | String |
167
167
@@ -333,7 +333,7 @@ The JSON objects in the output are defined here:
333
333
| Name | Description | Type |
334
334
| :------------------ | :----------- | ------- |
335
335
|**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 |
337
337
|**ungroundedDetails**| Provides insights into ungrounded content with specific examples and percentages.| Array |
338
338
| -**`text`**| The specific text that is ungrounded. | String |
339
339
| -**`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:
480
480
| Name | Description | Type |
481
481
| :------------------ | :----------- | ------- |
482
482
|**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|
484
484
|**ungroundedDetails**| Details of ungrounded content, including specific text segments.| Array|
485
485
| -**`text`**| The specific text that is ungrounded. | String |
486
486
| -**`offset`**| An object describing the position of the ungrounded text in various encoding. | String |
0 commit comments