VuforiaTargetModel
Direct Subclass:
this class was deprecated.
Model representing a Vuforia Target.
Constructor Summary
Public Constructor | ||
public |
constructor(response: Object) |
Member Summary
Public Members | ||
public |
[key]: Any |
|
public get |
|
|
public get |
|
Method Summary
Public Methods | ||
public |
Gets the value based on a key |
|
public |
Sets the value based on a key |
Public Constructors
public constructor(response: Object) source
Params:
Name | Type | Attribute | Description |
response | Object | JSON formatted default response of a dynamic content |
|
response.vuforia_id | String | The vuforia ID value |
|
response.name | String | The name of the Vuforia target |
|
response.image | Object | The image values associated with the vuforia target |
|
response.mp4_video | String | MP4 video associated with the vuforia target |
|
response.callbacks | Array | Callback data of the vuforia target. |