'1.0', 'info' => ['style' => 'RPC', 'product' => 'facebody', 'version' => '2019-12-30'], 'components' => [ 'schemas' => [], ], 'apis' => [ 'AddFace' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'DbName', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ImageUrl', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'EntityId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ExtraData', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'QualityScoreThreshold', 'in' => 'formData', 'schema' => ['type' => 'number', 'format' => 'float', 'required' => false], ], [ 'name' => 'SimilarityScoreThresholdInEntity', 'in' => 'formData', 'schema' => ['type' => 'number', 'format' => 'float', 'required' => false], ], [ 'name' => 'SimilarityScoreThresholdBetweenEntity', 'in' => 'formData', 'schema' => ['type' => 'number', 'format' => 'float', 'required' => false], ], ], ], 'AddFaceEntity' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'DbName', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'EntityId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Labels', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'AddFaceImageTemplate' => [ 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'ImageURL', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'BatchAddFaces' => [ 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'DbName', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'EntityId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'SimilarityScoreThresholdInEntity', 'in' => 'formData', 'schema' => ['type' => 'number', 'format' => 'float', 'required' => false], ], [ 'name' => 'SimilarityScoreThresholdBetweenEntity', 'in' => 'formData', 'schema' => ['type' => 'number', 'format' => 'float', 'required' => false], ], [ 'name' => 'Faces', 'in' => 'formData', 'style' => 'json', 'schema' => [ 'type' => 'array', 'required' => true, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'ExtraData' => ['type' => 'string', 'required' => false], 'ImageURL' => ['type' => 'string', 'required' => true], ], ], 'maxItems' => 5, ], ], [ 'name' => 'QualityScoreThreshold', 'in' => 'formData', 'schema' => ['type' => 'number', 'format' => 'float', 'required' => false], ], ], ], 'BlurFace' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'ImageURL', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'BodyPosture' => [ 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'ImageURL', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'CompareFace' => [ 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'QualityScoreThreshold', 'in' => 'formData', 'schema' => ['type' => 'number', 'format' => 'float', 'required' => false], ], [ 'name' => 'ImageURLA', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ImageURLB', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ImageDataA', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ImageDataB', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'CompareFaceWithMask' => [ 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'ImageURLA', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ImageURLB', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'QualityScoreThreshold', 'in' => 'formData', 'schema' => ['type' => 'number', 'format' => 'float', 'required' => false], ], ], ], 'CreateFaceDb' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'Name', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DeepfakeFace' => [ 'methods' => ['post'], 'schemes' => ['https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'Tasks', 'in' => 'formData', 'style' => 'repeatList', 'schema' => [ 'type' => 'array', 'required' => true, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'ImageURL' => ['type' => 'string', 'required' => false], 'ImageData' => ['type' => 'string', 'required' => false], ], ], 'maxItems' => 10, ], ], ], ], 'DeleteFace' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'DbName', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'FaceId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DeleteFaceDb' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'Name', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DeleteFaceEntity' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'DbName', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'EntityId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DeleteFaceImageTemplate' => [ 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'TemplateId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DetectBodyCount' => [ 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'ImageURL', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DetectCelebrity' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'ImageURL', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DetectFace' => [ 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'ImageURL', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Landmark', 'in' => 'formData', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'Quality', 'in' => 'formData', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'Pose', 'in' => 'formData', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'MaxFaceNumber', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false, 'minimum' => '1', 'maximum' => '40'], ], ], ], 'DetectInfraredLivingFace' => [ 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'Tasks', 'in' => 'formData', 'style' => 'repeatList', 'schema' => [ 'type' => 'array', 'required' => true, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'ImageURL' => ['type' => 'string', 'required' => true], ], ], 'maxItems' => 10, ], ], ], ], 'DetectLivingFace' => [ 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'Tasks', 'in' => 'formData', 'style' => 'repeatList', 'schema' => [ 'type' => 'array', 'required' => true, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'ImageURL' => ['type' => 'string', 'required' => false], 'ImageData' => ['type' => 'string', 'required' => false], ], ], 'maxItems' => 10, ], ], ], ], 'DetectPedestrian' => [ 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'ImageURL', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'DetectVideoLivingFace' => [ 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'VideoUrl', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'EnhanceFace' => [ 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'ImageURL', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'ExtractFingerPrint' => [ 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'ImageURL', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ImageData', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'FaceBeauty' => [ 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'ImageURL', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Sharp', 'in' => 'formData', 'schema' => ['type' => 'number', 'format' => 'float', 'required' => true], ], [ 'name' => 'Smooth', 'in' => 'formData', 'schema' => ['type' => 'number', 'format' => 'float', 'required' => true], ], [ 'name' => 'White', 'in' => 'formData', 'schema' => ['type' => 'number', 'format' => 'float', 'required' => true], ], ], ], 'GenRealPersonVerificationToken' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'CertificateName', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'CertificateNumber', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'MetaInfo', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'GenerateHumanAnimeStyle' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'ImageURL', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'AlgoType', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'GenerateHumanSketchStyle' => [ 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'ImageURL', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ReturnType', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'GetFaceEntity' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'DbName', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'EntityId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'GetRealPersonVerificationResult' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'VerificationToken', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'LiquifyFace' => [ 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'ImageURL', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'SlimDegree', 'in' => 'formData', 'schema' => ['type' => 'number', 'format' => 'float', 'required' => false, 'minimum' => '0', 'maximum' => '2'], ], ], ], 'ListFaceDbs' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'Offset', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], [ 'name' => 'Limit', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], ], 'ListFaceEntities' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'DbName', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Offset', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'Limit', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => false], ], [ 'name' => 'Token', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Labels', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'EntityIdPrefix', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'Order', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'MergeImageFace' => [ 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'TemplateId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'ImageURL', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ModelVersion', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'AddWatermark', 'in' => 'formData', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'WatermarkType', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'MergeInfos', 'in' => 'formData', 'style' => 'repeatList', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'TemplateFaceID' => ['type' => 'string', 'required' => false], 'ImageURL' => ['type' => 'string', 'required' => false], ], ], 'minItems' => 0, 'maxItems' => 1000, ], ], ], ], 'MonitorExamination' => [ 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'Type', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => true, 'minimum' => '0', 'maximum' => '1'], ], [ 'name' => 'ImageURL', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'PedestrianDetectAttribute' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'ImageURL', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'QueryFaceImageTemplate' => [ 'methods' => ['get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'TemplateId', 'in' => 'query', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'PageNo', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false, 'minimum' => '1', 'maximum' => '5000'], ], [ 'name' => 'PageSize', 'in' => 'query', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false, 'minimum' => '1', 'maximum' => '500'], ], ], ], 'RecognizeAction' => [ 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'Type', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true], ], [ 'name' => 'VideoUrl', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'URLList', 'in' => 'formData', 'style' => 'repeatList', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'URL' => ['type' => 'string', 'required' => false], 'imageData' => ['type' => 'string', 'required' => false], ], ], 'maxItems' => 300, ], ], [ 'name' => 'VideoData', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], 'RecognizeExpression' => [ 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'parameters' => [ [ 'name' => 'ImageURL', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], ], ], 'RecognizeFace' => [ 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'ImageURL', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Age', 'in' => 'formData', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'Gender', 'in' => 'formData', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'Hat', 'in' => 'formData', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'Glass', 'in' => 'formData', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'Beauty', 'in' => 'formData', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'Expression', 'in' => 'formData', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'Mask', 'in' => 'formData', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'Quality', 'in' => 'formData', 'schema' => ['type' => 'boolean', 'required' => false], ], [ 'name' => 'MaxFaceNumber', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], ], 'RecognizePublicFace' => [ 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'Task', 'in' => 'formData', 'style' => 'repeatList', 'schema' => [ 'type' => 'array', 'required' => false, 'items' => [ 'type' => 'object', 'required' => false, 'properties' => [ 'ImageURL' => ['type' => 'string', 'required' => false], 'ImageData' => ['type' => 'string', 'required' => false], ], ], 'minItems' => 1, 'maxItems' => 10, ], ], ], ], 'RetouchSkin' => [ 'methods' => ['post'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'ImageURL', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'RetouchDegree', 'in' => 'formData', 'schema' => ['type' => 'number', 'format' => 'float', 'required' => false], ], [ 'name' => 'WhiteningDegree', 'in' => 'formData', 'schema' => ['type' => 'number', 'format' => 'float', 'required' => false], ], ], ], 'SearchFace' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'DbName', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], [ 'name' => 'ImageUrl', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Limit', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int32', 'required' => true, 'minimum' => '0', 'maximum' => '1000', 'pattern' => '^\\d+$'], ], [ 'name' => 'DbNames', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false, 'maxLength' => 4096], ], [ 'name' => 'QualityScoreThreshold', 'in' => 'formData', 'schema' => ['type' => 'number', 'format' => 'float', 'required' => false], ], [ 'name' => 'MaxFaceNum', 'in' => 'formData', 'schema' => ['type' => 'integer', 'format' => 'int64', 'required' => false], ], ], ], 'UpdateFaceEntity' => [ 'methods' => ['post', 'get'], 'schemes' => ['http', 'https'], 'security' => [ [ 'AK' => [], ], ], 'deprecated' => false, 'parameters' => [ [ 'name' => 'DbName', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'EntityId', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => true], ], [ 'name' => 'Labels', 'in' => 'formData', 'schema' => ['type' => 'string', 'required' => false], ], ], ], ], 'endpoints' => [ ['regionId' => 'cn-shanghai', 'regionName' => '华东2(上海)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'facebody.cn-shanghai.aliyuncs.com', 'endpoint' => 'facebody.cn-shanghai.aliyuncs.com', 'vpc' => 'facebody-vpc.cn-shanghai.aliyuncs.com'], ], ];