IEasyARSessionData Interface¶
Properties¶
licenseKey¶
- typescript
licenseKey: string;
小程序LicenseKey
apiKey¶
- typescript
apiKey: string;
EasyAR API Key
apiSecret¶
- typescript
apiSecret: string;
EasyAR API Secret
serverAddress¶
- typescript
serverAddress: string;
云定位库信息的ServerAddress。
appId¶
- typescript
appId: string;
云定位库信息的App id
araId¶
- typescript
araId: string;
标注数据(ema)ID
camera¶
- typescript
camera: string | XRCamera ;
xr-frame场景中的XRCamera节点,或者可供检索的节点id;
shadowRoot¶
- typescript
shadowRoot: string | XRShadow ;
xr-frame场景中的XRShadow节点,或者可供检索的节点id;
timeout¶
- typescript
timeout: number;
单次定位超时时间/毫秒
requestInterval¶
- typescript
requestInterval: number;
持续定位的时间间隔/毫秒,
enableLocalization¶
- typescript
enableLocalization: boolean;
是否启用云定位,默认为true。
enableRemoteDebug¶
- typescript
enableRemoteDebug: boolean;
是否启用非现场调试功能,默认为false。 开启后可在非现场环境扫描图片等进行识别,降低调试成本。 注意:非现场调试仅可用于开发和验证阶段,定位效果会受到影响,在正式环境投入使用时请关闭该功能!
enableStabilization¶
- typescript
enableStabilization: boolean;
是否开启定位稳定器,默认为true。