summaryrefslogtreecommitdiff
path: root/data/zh_cn/green/2018-05-09/api-docs.php
diff options
context:
space:
mode:
Diffstat (limited to 'data/zh_cn/green/2018-05-09/api-docs.php')
-rw-r--r--data/zh_cn/green/2018-05-09/api-docs.php4064
1 files changed, 4064 insertions, 0 deletions
diff --git a/data/zh_cn/green/2018-05-09/api-docs.php b/data/zh_cn/green/2018-05-09/api-docs.php
new file mode 100644
index 0000000..fcd3a76
--- /dev/null
+++ b/data/zh_cn/green/2018-05-09/api-docs.php
@@ -0,0 +1,4064 @@
+<?php return [
+ 'version' => '1.0',
+ 'info' => [
+ 'style' => 'ROA',
+ 'product' => 'Green',
+ 'version' => '2018-05-09',
+ ],
+ 'directories' => [
+ [
+ 'id' => 82105,
+ 'title' => '公共',
+ 'type' => 'directory',
+ 'children' => [
+ 'GetGroups',
+ 'UploadCredentials',
+ ],
+ ],
+ [
+ 'id' => 82108,
+ 'title' => '人脸',
+ 'type' => 'directory',
+ 'children' => [
+ 'AddFaces',
+ 'DeleteFaces',
+ 'DetectFace',
+ ],
+ ],
+ [
+ 'id' => 82112,
+ 'title' => '图像',
+ 'type' => 'directory',
+ 'children' => [
+ 'ListSimilarityImages',
+ 'ImageAsyncScan',
+ 'ImageAsyncScanResults',
+ 'ImageSyncScan',
+ 'ImageAsyncManualScan',
+ 'ImageAsyncManualScanResults',
+ 'ImageScanFeedback',
+ ],
+ ],
+ [
+ 'id' => 82120,
+ 'title' => '相似图',
+ 'type' => 'directory',
+ 'children' => [
+ 'AddSimilarityImage',
+ 'AddSimilarityLibrary',
+ 'DeleteSimilarityImage',
+ 'DeleteSimilarityLibrary',
+ 'GetSimilarityImage',
+ 'GetSimilarityLibrary',
+ 'ListSimilarityLibraries',
+ ],
+ ],
+ [
+ 'id' => 82128,
+ 'title' => '视频',
+ 'type' => 'directory',
+ 'children' => [
+ 'VideoAsyncScan',
+ 'VideoAsyncScanResults',
+ 'VideoCancelScan',
+ 'VideoFeedback',
+ 'VideoSyncScan',
+ 'VideoAsyncManualScan',
+ 'VideoAsyncManualScanResults',
+ ],
+ ],
+ [
+ 'id' => 82136,
+ 'title' => '直播流',
+ 'type' => 'directory',
+ 'children' => [
+ 'LiveStreamAsyncScan',
+ 'LiveStreamAsyncScanResults',
+ 'LiveStreamCancelScan',
+ ],
+ ],
+ [
+ 'id' => 82140,
+ 'title' => '视频点播',
+ 'type' => 'directory',
+ 'children' => [
+ 'VodAsyncScan',
+ 'VodAsyncScanResults',
+ ],
+ ],
+ [
+ 'id' => 82143,
+ 'title' => '音频',
+ 'type' => 'directory',
+ 'children' => [
+ 'VoiceAsyncScan',
+ 'VoiceAsyncScanResults',
+ 'VoiceCancelScan',
+ 'VoiceSyncScan',
+ 'VoiceAsyncManualScan',
+ 'VoiceAsyncManualScanResults',
+ ],
+ ],
+ [
+ 'id' => 82150,
+ 'title' => '文本',
+ 'type' => 'directory',
+ 'children' => [
+ 'TextAsyncManualScan',
+ 'TextAsyncManualScanResults',
+ 'TextFeedback',
+ 'TextScan',
+ ],
+ ],
+ [
+ 'id' => 82155,
+ 'title' => '文件',
+ 'type' => 'directory',
+ 'children' => [
+ 'FileAsyncScan',
+ 'FileAsyncScanResults',
+ ],
+ ],
+ [
+ 'id' => 82158,
+ 'title' => '网页',
+ 'type' => 'directory',
+ 'children' => [
+ 'WebpageAsyncScan',
+ 'WebpageAsyncScanResults',
+ 'WebpageSyncScan',
+ ],
+ ],
+ [
+ 'id' => 82162,
+ 'title' => '个体',
+ 'type' => 'directory',
+ 'children' => [
+ 'AddGroups',
+ 'AddPerson',
+ 'DeleteGroups',
+ 'DeletePerson',
+ 'SetPerson',
+ 'GetFaces',
+ 'GetPerson',
+ 'GetPersons',
+ ],
+ ],
+ [
+ 'id' => 0,
+ 'title' => '其它',
+ 'type' => 'directory',
+ 'children' => [
+ 'AddVideoDna',
+ 'AddVideoDnaGroup',
+ 'DeleteVideoDnaGroup',
+ 'DeleteVideoDna',
+ 'VoiceIdentityCheck',
+ 'VoiceIdentityRegister',
+ 'VoiceIdentityStartCheck',
+ 'VoiceIdentityStartRegister',
+ 'VoiceIdentityUnregister',
+ 'FileAsyncScanV2',
+ ],
+ ],
+ ],
+ 'components' => [
+ 'schemas' => [],
+ ],
+ 'apis' => [
+ 'GetGroups' => [
+ 'summary' => '获取一个账号下的所有个体分组信息。',
+ 'path' => '/green/sface/groups',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102565',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangPJY90O',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域id。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '获取分组列表',
+ ],
+ 'UploadCredentials' => [
+ 'summary' => '文件上传前需要生成上传凭证。',
+ 'path' => '/green/credentials/uploadcredentials',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102588',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangXDSBJQ',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域id。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-hangzhou',
+ ],
+ ],
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '生成上传凭证',
+ ],
+ 'AddFaces' => [
+ 'summary' => '向个体中增加人脸图片,用于检索,需要提前创建个体。',
+ 'path' => '/green/sface/face/add',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'create',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102546',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangPJY90O',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域id。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-hangzhou',
+ ],
+ ],
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '新增个体对应人脸图片',
+ 'description' => '本接口需要配合图片审核增强版API使用,在调用图片审核增强版API接口之后,可以调用本接口,获取更多的接口检测信息。此接口免费。',
+ ],
+ 'DeleteFaces' => [
+ 'summary' => '从一个个体库中删除一张或者多张指定个体对应的人脸图片。',
+ 'path' => '/green/sface/face/delete',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'delete',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102553',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangPJY90O',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域id',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求 ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '删除人脸图片',
+ ],
+ 'DetectFace' => [
+ 'summary' => '检测一个指定人脸图像的属性内容(比如是否微笑、是否戴眼镜)。',
+ 'path' => '/green/face/detect',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'systemTags' => [
+ 'operationType' => 'delete',
+ 'riskType' => 'none',
+ 'chargeType' => 'paid',
+ 'abilityTreeCode' => '102560',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangPJY90O',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'requestId' => [
+ 'description' => '请求ID',
+ 'type' => 'string',
+ 'example' => '27A1595D-E049-5589-9A19-49B823B42363',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"requestId\\": \\"27A1595D-E049-5589-9A19-49B823B42363\\"\\n}","type":"json"}]',
+ 'title' => '人脸检测定位',
+ ],
+ 'ListSimilarityImages' => [
+ 'summary' => '查询指定图库下的所有图片样本及其元信息。',
+ 'path' => '/green/similarity/image/list',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102576',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangW38OQI',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '列举图像',
+ ],
+ 'ImageAsyncScan' => [
+ 'summary' => '对图片进行多个风险场景的识别,包括色情、暴恐敏感、文字、人脸、广告、二维码识别。',
+ 'path' => '/green/image/asyncscan',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'paid',
+ 'abilityTreeCode' => '102572',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangI0EWGR',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '异步图片风险检测',
+ ],
+ 'ImageAsyncScanResults' => [
+ 'summary' => '获取异步图片检测结果。',
+ 'path' => '/green/image/results',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102573',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangI0EWGR',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '获取异步图片检测结果',
+ ],
+ 'ImageSyncScan' => [
+ 'summary' => '检测图片中是否包含风险内容。',
+ 'path' => '/green/image/scan',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'paid',
+ 'abilityTreeCode' => '102575',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangI0EWGR',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '图像同步风险检测',
+ ],
+ 'ImageAsyncManualScan' => [
+ 'summary' => '提交图像人工审核请求。',
+ 'path' => '/green/image/manual/asyncScan',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'paid',
+ 'abilityTreeCode' => '102570',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangHBD2RF',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '图片人工审核',
+ ],
+ 'ImageAsyncManualScanResults' => [
+ 'summary' => '获取图片人工审核结果。',
+ 'path' => '/green/image/manual/scan/results',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102571',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangHBD2RF',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '获取图片人工审核结果',
+ ],
+ 'ImageScanFeedback' => [
+ 'summary' => '反馈机器识别不准确的图像。',
+ 'path' => '/green/image/feedback',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'write',
+ 'systemTags' => [
+ 'operationType' => 'none',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102574',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangI0EWGR',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '图像扫描反馈',
+ ],
+ 'AddSimilarityImage' => [
+ 'summary' => '向一个图库中添加一张或者多张图像用于检索。',
+ 'path' => '/green/similarity/image/add',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'create',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102549',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangW38OQI',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '增加相似图样本',
+ ],
+ 'AddSimilarityLibrary' => [
+ 'summary' => '一个账号(uid)下可以创建一个或者多个相似图库,用于检索图像。',
+ 'path' => '/green/similarity/library/add',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'create',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102550',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangW38OQI',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '新增一个相似图样本图库',
+ ],
+ 'DeleteSimilarityImage' => [
+ 'summary' => '删除相似图库中的一张或者多张图片。',
+ 'path' => '/green/similarity/image/delete',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'delete',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102556',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangW38OQI',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '移除相似图样本',
+ ],
+ 'DeleteSimilarityLibrary' => [
+ 'summary' => '删除一个账号下的一个或者多个相似图库。',
+ 'path' => '/green/similarity/library/delete',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'delete',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102557',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangW38OQI',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '删除指定的相似图库',
+ ],
+ 'GetSimilarityImage' => [
+ 'summary' => '查询指定相似图库中样本图片的元信息。',
+ 'path' => '/green/similarity/image/get',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102568',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangW38OQI',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '获取相似图信息',
+ ],
+ 'GetSimilarityLibrary' => [
+ 'summary' => '查询一个账号下的所有图库信息。',
+ 'path' => '/green/similarity/library/get',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102569',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangW38OQI',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '查询指定图库的信息',
+ ],
+ 'ListSimilarityLibraries' => [
+ 'summary' => '查询一个账号下所有相似图库及其元信息。',
+ 'path' => '/green/similarity/library/list',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102577',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangW38OQI',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '获取相似图库',
+ ],
+ 'VideoAsyncScan' => [
+ 'summary' => '提交视频文件异步风险检测请求。',
+ 'path' => '/green/video/asyncscan',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'paid',
+ 'abilityTreeCode' => '102591',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangE94J2O',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '视频文件风险异步检测',
+ ],
+ 'VideoAsyncScanResults' => [
+ 'summary' => '获取视频文件的人工审核结果,结果以json形式返回。',
+ 'path' => '/green/video/results',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102592',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangE94J2O',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '查询视频风险异步检测任务结果',
+ ],
+ 'VideoCancelScan' => [
+ 'summary' => '停止视频风险检测。',
+ 'path' => '/green/video/cancelscan',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102593',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang3N7S58',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端请求。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '停止视频检测',
+ ],
+ 'VideoFeedback' => [
+ 'summary' => '反馈机器识别不准确的视频信息。',
+ 'path' => '/green/video/feedback',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'write',
+ 'systemTags' => [
+ 'operationType' => 'none',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102594',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangUIZ18F',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '视频检测结果反馈',
+ ],
+ 'VideoSyncScan' => [
+ 'summary' => '检测视频中是否含有风险内容。',
+ 'path' => '/green/video/syncscan',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'paid',
+ 'abilityTreeCode' => '102595',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangEXUNDN',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '视频异步检测',
+ ],
+ 'VideoAsyncManualScan' => [
+ 'summary' => '提交异步视频文件人工审核请求。',
+ 'path' => '/green/video/manual/asyncScan',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'paid',
+ 'abilityTreeCode' => '102589',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangPHE82O',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '视频异步人工审核',
+ ],
+ 'VideoAsyncManualScanResults' => [
+ 'summary' => '获取视频文件的人工审核结果,结果以json形式返回。',
+ 'path' => '/green/video/manual/scan/results',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102590',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangPHE82O',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '获取异步人工审核结果',
+ ],
+ 'LiveStreamAsyncScan' => [
+ 'summary' => '提交直播流异步检测请求,检测直播中的风险内容。',
+ 'path' => '/green/livestream/asyncscan',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'paid',
+ 'abilityTreeCode' => '102578',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangVSDW81',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '直播流异步扫描',
+ ],
+ 'LiveStreamAsyncScanResults' => [
+ 'summary' => '获取直播流异步检测结果。',
+ 'path' => '/green/livestream/results',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102579',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangEXUNDN',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '直播流异步扫描结果',
+ ],
+ 'LiveStreamCancelScan' => [
+ 'summary' => '取消正在检测的直播流任务。',
+ 'path' => '/green/livestream/cancelscan',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102581',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangEXUNDN',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '取消直播流扫描',
+ 'description' => '本接口需要配合图片审核增强版API使用,在调用图片审核增强版API接口之后,可以调用本接口,获取更多的接口检测信息。此接口免费。',
+ ],
+ 'VodAsyncScan' => [
+ 'summary' => '检测点播视频中是否含有风险内容。',
+ 'path' => '/green/vod/asyncscan',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'paid',
+ 'abilityTreeCode' => '102596',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangYATUIY',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '点播视频异步扫描',
+ ],
+ 'VodAsyncScanResults' => [
+ 'summary' => '获取点播视频异步扫描结果。',
+ 'path' => '/green/vod/results',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102597',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangYATUIY',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求的ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '获取点播视频异步扫描结果',
+ ],
+ 'VoiceAsyncScan' => [
+ 'summary' => '提交语音异步检测任务,检测语音文件或者语音流中的风险。',
+ 'path' => '/green/voice/asyncscan',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'paid',
+ 'abilityTreeCode' => '102600',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangYATUIY',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '提交语音异步检测任务',
+ ],
+ 'VoiceAsyncScanResults' => [
+ 'summary' => '查询语音流或语音文件的检测结果。',
+ 'path' => '/green/voice/results',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102601',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang2NXRK3',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '查询语音异步检测结果',
+ ],
+ 'VoiceCancelScan' => [
+ 'summary' => '取消已经提交并正在检测中的语音检测任务。',
+ 'path' => '/green/voice/cancelscan',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102602',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangKSNO5H',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '取消语音检测任务',
+ ],
+ 'VoiceSyncScan' => [
+ 'summary' => '检测实时语音流或语音文件中的垃圾内容。',
+ 'path' => '/green/voice/syncscan',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'paid',
+ 'abilityTreeCode' => '102608',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang2B2SWY',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域id',
+ 'type' => 'string',
+ 'required' => true,
+ 'docRequired' => true,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '短语音同步检测',
+ ],
+ 'VoiceAsyncManualScan' => [
+ 'summary' => '提交语音文件到内容安全服务进行人工审核,结果需要异步获取。',
+ 'path' => '/green/voice/manual/asyncScan',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'paid',
+ 'abilityTreeCode' => '102598',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangYI9A19',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '提交语音人工审核',
+ ],
+ 'VoiceAsyncManualScanResults' => [
+ 'summary' => '查询语音人工审核的结果,结果以json格式返回。',
+ 'path' => '/green/voice/manual/scan/results',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102599',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangYATUIY',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '查询语音人工审核结果',
+ ],
+ 'TextAsyncManualScan' => [
+ 'summary' => '提交文本异步人工审核请求。',
+ 'path' => '/green/text/manual/asyncScan',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'paid',
+ 'abilityTreeCode' => '102584',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangEJSWOI',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '文本人工审核',
+ ],
+ 'TextAsyncManualScanResults' => [
+ 'summary' => '获取文本人工审核结果,结果以json形式返回。',
+ 'path' => '/green/text/manual/scan/results',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102585',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangEJSWOI',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '获取文本人工审核结果',
+ ],
+ 'TextFeedback' => [
+ 'summary' => '反馈机器识别不准确的文本内容。',
+ 'path' => '/green/text/feedback',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'write',
+ 'systemTags' => [
+ 'operationType' => 'none',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102586',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangUHMJJS',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '文本反垃圾结果反馈',
+ ],
+ 'TextScan' => [
+ 'summary' => '文本垃圾检测和文本关键词检测。',
+ 'path' => '/green/text/scan',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'readAndWrite',
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'paid',
+ 'abilityTreeCode' => '102587',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangRX5925',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '文本扫描',
+ ],
+ 'FileAsyncScan' => [
+ 'summary' => '异步检测pdf、word等文档文件中的风险内容。',
+ 'path' => '/green/file/asyncscan',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'paid',
+ 'abilityTreeCode' => '102561',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang99KFOP',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '文件异步扫描',
+ ],
+ 'FileAsyncScanResults' => [
+ 'summary' => '查询异步文件扫描的检测结果。',
+ 'path' => '/green/file/results',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102562',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangYVRTEV',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '查询文件异步扫描结果',
+ ],
+ 'WebpageAsyncScan' => [
+ 'summary' => '提交HTML网页的异步风险扫描请求,结果需要异步获取。',
+ 'path' => '/green/webpage/asyncscan',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'paid',
+ 'abilityTreeCode' => '102609',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangQYU7PN',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求id',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '网页异步检测内容审核',
+ ],
+ 'WebpageAsyncScanResults' => [
+ 'summary' => '查询HTML页面的风险检测结果,结果以json格式返回。',
+ 'path' => '/green/webpage/results',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102610',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangI0EWGR',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '查询网页异步检测结果',
+ ],
+ 'WebpageSyncScan' => [
+ 'summary' => '同步检测html页面中的内容风险。',
+ 'path' => '/green/webpage/scan',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'paid',
+ 'abilityTreeCode' => '102611',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangI0EWGR',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '网页同步检测内容审核',
+ ],
+ 'AddGroups' => [
+ 'summary' => '将一个个体添加到一个指定的分组中,检索个体时必须指定分组。',
+ 'path' => '/green/sface/person/groups/add',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'create',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102547',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangPJY90O',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域id。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '添加个体到指定分组',
+ ],
+ 'AddPerson' => [
+ 'summary' => '创建一个个体,个体有姓名、id等可选属性。',
+ 'path' => '/green/sface/person/add',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'create',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102548',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangPJY90O',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域id',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '本次调用请求的ID,是由阿里云为该请求生成的唯一标识符,可用于排查和定位问题。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '新建个体',
+ 'description' => '请确保在使用该接口前,已充分了解文本审核增强版产品的[收费方式和价格](https://help.aliyun.com/document_detail/464388.html?#section-itm-m2s-ugq)。',
+ ],
+ 'DeleteGroups' => [
+ 'summary' => '删除一个或者多个个体分组。',
+ 'path' => '/green/sface/person/groups/delete',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'delete',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102554',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangPJY90O',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域id',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '删除个体分组',
+ ],
+ 'DeletePerson' => [
+ 'summary' => '从一个个体库中删除一个或者多个个体。',
+ 'path' => '/green/sface/person/delete',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'delete',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102555',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangPJY90O',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域id',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '删除个体',
+ ],
+ 'SetPerson' => [
+ 'summary' => '设置个体的姓名、id等信息。',
+ 'path' => '/green/sface/person/update',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'update',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102583',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangPJY90O',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域id。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '设置个体信息',
+ ],
+ 'GetFaces' => [
+ 'summary' => '个体名称、关联的人脸图片ID和所属个体组ID等。',
+ 'path' => '/green/sface/faces',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'operationType' => 'read',
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102564',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangPJY90O',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域id',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求id',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '查询个体信息',
+ 'description' => '本接口需要配合图片审核增强版API使用,在调用图片审核增强版API接口之后,可以调用本接口,获取更多的接口检测信息。此接口免费。',
+ ],
+ 'GetPerson' => [
+ 'summary' => '获取指定个体的属性信息。',
+ 'path' => '/green/sface/person',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102566',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangPJY90O',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域id。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '获取个体信息',
+ ],
+ 'GetPersons' => [
+ 'summary' => '获取指定个体分组中的个体信息。',
+ 'path' => '/green/sface/group/persons',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102567',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangPJY90O',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域id。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '后端分配的ID,用于唯一标识一个请求。可用于定位问题。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '获取个体列表信息',
+ ],
+ 'AddVideoDna' => [
+ 'summary' => '添加视频dna。',
+ 'path' => '/green/video/dna/add',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'create',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102551',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangUCGUEA',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '添加视频dna',
+ ],
+ 'AddVideoDnaGroup' => [
+ 'summary' => '添加视频dna分组',
+ 'path' => '/green/video/dna/group/add',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'create',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102552',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangUCGUEA',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '添加视频分组',
+ ],
+ 'DeleteVideoDnaGroup' => [
+ 'summary' => '删除视频dna分组。',
+ 'path' => '/green/video/dna/group/delete',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'delete',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102559',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangUCGUEA',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '删除视频分组',
+ ],
+ 'DeleteVideoDna' => [
+ 'summary' => '删除视频dna。',
+ 'path' => '/green/video/dna/delete',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'delete',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102558',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangUCGUEA',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '删除视频截动图',
+ 'description' => '请确保在使用该接口前,已[开通内容安全增强版](https://common-buy.aliyun.com/?commodityCode=lvwang_cip_public_cn)服务,并充分了解视频审核增强版产品的[收费方式](https://help.aliyun.com/document_detail/2505807.html)和[价格](https://www.aliyun.com/price/product?#/lvwang/detail/cdibag)。',
+ ],
+ 'VoiceIdentityCheck' => [
+ 'summary' => '设置语音人工审核状态',
+ 'path' => '/green/voice/auth/check',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102603',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang8N17VT',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域id',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '设置语音人工审核状态',
+ ],
+ 'VoiceIdentityRegister' => [
+ 'summary' => '新增语音个体识别。',
+ 'path' => '/green/voice/auth/register',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102604',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang8N17VT',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域id',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '新增个体识别',
+ ],
+ 'VoiceIdentityStartCheck' => [
+ 'summary' => '设置实体语音识别算法。',
+ 'path' => '/green/voice/auth/start/check',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102605',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang8N17VT',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域id',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '设置实体识别算法',
+ ],
+ 'VoiceIdentityStartRegister' => [
+ 'summary' => '启动实体语音识别算法。',
+ 'path' => '/green/voice/auth/start/register',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102606',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang8N17VT',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域id',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\"\\n}","type":"json"}]',
+ 'title' => '启动语音实体识别',
+ 'description' => '本接口需要配合图片审核增强版API使用,在调用图片审核增强版API接口之后,可以调用本接口,获取更多的接口检测信息。此接口免费。',
+ ],
+ 'VoiceIdentityUnregister' => [
+ 'summary' => '注销语音注册人脸。',
+ 'path' => '/green/voice/auth/unregister',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'free',
+ 'abilityTreeCode' => '102607',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwang8N17VT',
+ ],
+ ],
+ 'parameters' => [
+ [
+ 'name' => 'RegionId',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '地域id',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => 'cn-shanghai',
+ ],
+ ],
+ [
+ 'name' => 'ClientInfo',
+ 'in' => 'query',
+ 'schema' => [
+ 'description' => '客户端信息。',
+ 'type' => 'string',
+ 'required' => false,
+ 'example' => '{\\"userId\\":\\"xxxxxx\\"}',
+ ],
+ ],
+ ],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'type' => 'object',
+ 'properties' => [
+ 'RequestId' => [
+ 'description' => '请求ID。',
+ 'type' => 'string',
+ 'example' => 'AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****'."\n",
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'eventInfo' => [
+ 'enable' => false,
+ 'eventNames' => [],
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"AAAAAA-BBBB-CCCCC-DDDD-EEEEEEEE****\\\\n\\"\\n}","type":"json"}]',
+ 'title' => '注销语音注册人脸',
+ ],
+ 'FileAsyncScanV2' => [
+ 'summary' => '文件检测新版本。支持常见的office文档格式。',
+ 'path' => '/green/file/asyncscanv2',
+ 'methods' => [
+ 'post',
+ ],
+ 'schemes' => [
+ 'http',
+ 'https',
+ ],
+ 'security' => [
+ [
+ 'AK' => [],
+ ],
+ ],
+ 'deprecated' => false,
+ 'systemTags' => [
+ 'operationType' => 'get',
+ 'riskType' => 'none',
+ 'chargeType' => 'paid',
+ 'abilityTreeCode' => '159604',
+ 'abilityTreeNodes' => [
+ 'FEATURElvwangYVRTEV',
+ ],
+ ],
+ 'parameters' => [],
+ 'responses' => [
+ 200 => [
+ 'schema' => [
+ 'title' => 'Schema of Response',
+ 'description' => '返回结果',
+ 'type' => 'object',
+ 'properties' => [
+ 'requestId' => [
+ 'description' => '请求ID',
+ 'type' => 'string',
+ 'example' => 'DA36A1DA-C466-538D-AD52-E64D75597750',
+ ],
+ ],
+ ],
+ ],
+ ],
+ 'staticInfo' => [
+ 'returnType' => 'synchronous',
+ ],
+ 'responseDemo' => '[{"errorExample":"","example":"{\\n \\"requestId\\": \\"DA36A1DA-C466-538D-AD52-E64D75597750\\"\\n}","type":"json"}]',
+ 'title' => '文档检测新版本',
+ ],
+ ],
+ 'endpoints' => [
+ [
+ 'regionId' => 'cn-shenzhen',
+ 'endpoint' => 'green-cip.cn-shenzhen.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-beijing',
+ 'endpoint' => 'green-cip.cn-beijing.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'cn-shanghai',
+ 'endpoint' => 'green-cip.cn-shanghai.aliyuncs.com',
+ ],
+ [
+ 'regionId' => 'ap-southeast-1',
+ 'endpoint' => 'green-cip.ap-southeast-1.aliyuncs.com',
+ ],
+ ],
+];