MCPcopy Create free account
hub / github.com/MrFuFuFu/RxFace / setFaceId

Method setFaceId

sdk_unuse/PostParameters.java:209–212  ·  view source on GitHub ↗

face_id=... @param faceId @return this

(String faceId)

Source from the content-addressed store, hash-verified

207 * @return this
208 */
209 public PostParameters setFaceId(String faceId) {
210 addString("face_id", faceId);
211 return this;
212 }
213
214 /**
215 * faceset_id=...

Callers

nothing calls this directly

Calls 2

addStringMethod · 0.95
toStringListMethod · 0.95

Tested by

no test coverage detected