GET api/SoundFile/GetListNeedRecognition?pageSize={pageSize}&appNum={appNum}&startDate={startDate}&folderIds={folderIds}

获取空TransContent的SoundFile列表

Request Information

Parameters

NameDescriptionAdditional information
pageSize

Define this parameter in the request URI.

appNum
处理识别的软件的编号

Define this parameter in the request URI.

startDate
开始时间

Define this parameter in the request URI.

folderIds
需要识别的栏目id

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Result": 1,
  "Message": "sample string 2",
  "Data": {},
  "Version": "sample string 4"
}