|
@@ -256,11 +256,11 @@ public class FaceidSDK {
|
256
|
256
|
|
257
|
257
|
| FaceSDKConfig参数 | 说明 | 类型 |
|
258
|
258
|
| --- | --- | --- |
|
259
|
|
-| actions | 动作范围<br/> 可选"eye","mouth","headRight","headLeft","headUp","headDown","yaw"<br/>默认包含所有| List\<String\> |
|
|
259
|
+| actions | [动作](#dongzuo)范围<br/> 可选"eye","mouth","headRight","headLeft","headUp","headDown","yaw"<br/>默认包含所有| List\<String\> |
|
260
|
260
|
| actionOrderRandom | 动作顺序是否随机,默认true | boolean |
|
261
|
261
|
| actionNum | 随机从actions中选取几个动作,默认3 | int |
|
262
|
262
|
|
263
|
|
-
|
|
263
|
+<span id='dongzuo'></span>
|
264
|
264
|
## 动作
|
265
|
265
|
|
266
|
266
|
| 参数名 | 说明 |
|