Skip to content

数据模型: ModerationResponse

ModerationResponse

字段类型必选描述
idstring
modelstring
resultsarray of object
results[].flaggedboolean
results[].categoriesobject
results[].category_scoresobject

数据模型示例

json
{
  "id": "string",
  "model": "string",
  "results": [
    {
      "flagged": true,
      "categories": {},
      "category_scores": {}
    }
  ]
}

Released under the MIT License.