MCPcopy Index your code
hub / github.com/MrFuFuFu/RxFace / request

Method request

sdk_unuse/HttpRequests.java:115–117  ·  view source on GitHub ↗

#request(String, String, PostParameters) faceplusplus.com/[control]/[action] default use parameters which #getParams @param control @param action @return a result object

(String control, String action)

Source from the content-addressed store, hash-verified

113 * @return a result object
114 */
115 public JSONObject request(String control, String action) throws FaceppParseException {
116 return request(control, action, getParams());
117 }
118
119
120 /**

Callers 15

offlineDetectMethod · 0.95
detectionDetectMethod · 0.95
detectionLandmarkMethod · 0.95
trainVerifyMethod · 0.95
trainSearchMethod · 0.95
trainIdentifyMethod · 0.95
recognitionCompareMethod · 0.95
recognitionVerifyMethod · 0.95
recognitionSearchMethod · 0.95
recognitionIdentifyMethod · 0.95
groupingGroupingMethod · 0.95
personCreateMethod · 0.95

Calls 7

getParamsMethod · 0.95
readStringMethod · 0.95
boundaryStringMethod · 0.80
getMultiPartMethod · 0.80
addPartMethod · 0.80
toStringMethod · 0.80
writeToMethod · 0.45

Tested by

no test coverage detected