人脸识别服务 FRS-sort语法

时间:2023-11-01 16:19:39

sort语法

json array形式,排序只支持数值类型,字段重复定义会被覆盖。

  • 例1:单个排序字段
    "sort":[          {              "location": "desc"          }]
  • 例2:多个排序字段
    "sort": [            {             "timestamp": "desc"             },             {                "rowkey": "asc"             }]
support.huaweicloud.com/api-face/face_02_0013.html