TrustNXTTrustNXT
React SDKAPI ReferenceInterfaces

InspectAPIResponse

Extends

Properties

acceleration?

optional acceleration?: Vector3D;

Inherited from

LabelContent.acceleration


atmospheric?

optional atmospheric?: AtmosphericData;

Inherited from

LabelContent.atmospheric


camera?

optional camera?: CameraSettings;

Inherited from

LabelContent.camera


device?

optional device?: DeviceInfo;

Inherited from

LabelContent.device


features?

optional features?: Features;

Inherited from

LabelContent.features


gps?

optional gps?: GpsData;

Inherited from

LabelContent.gps


gravity?

optional gravity?: Vector3D;

Inherited from

LabelContent.gravity


labelValid

labelValid: boolean;

magnetometer?

optional magnetometer?: MagnetometerData;

Inherited from

LabelContent.magnetometer


network?

optional network?: NetworkInfo;

Inherited from

LabelContent.network


orientation?

optional orientation?: DeviceOrientation;

Inherited from

LabelContent.orientation


reason?

optional reason?: string;

rotationRate?

optional rotationRate?: Vector3D;

Inherited from

LabelContent.rotationRate


signature?

optional signature?: {
  issuedBy: string;
  signedBy: string;
  timestamp?: Date;
  validFrom: Date;
  validTo: Date;
};

issuedBy

issuedBy: string;

signedBy

signedBy: string;

timestamp?

optional timestamp?: Date;

validFrom

validFrom: Date;

validTo

validTo: Date;

tags?

optional tags?: Record<string, string>;

Inherited from

LabelContent.tags

On this page