| Interface | Description |
|---|---|
| CraftARCamera.CraftARCameraCallbacks | |
| CraftARGenericSDK.OnFinderTimeoutListener |
Interface to receive the finder-mode events
|
| CraftARSearchResponseHandler |
Interface to receive the search responses from an
ImageRecognition class. |
| SearchController |
Interface implemented by the ImageRecognition classes to manage
the Single shot and Finder Mode searches.
|
| SetCloudCollectionListener |
Created by luis on 10/07/2017.
|
| SetCollectionListener |
Listener for the calls to
setCollection |
| SetOnDeviceCollectionListener |
Created by luis on 13/06/2017.
|
| Class | Description |
|---|---|
| CLog |
Class for internal managing of the logs produced by the CraftAR SDK
|
| CloudSearchController |
SearchController used for cloud-image recognition. |
| ConfCamera | |
| CraftARActivity |
Activities using the CraftAR SDK must extend this class instead of extending from Activity.
|
| CraftARActivityCompat |
Activities using the CraftAR SDK must extend this class instead of extending from AppCompatActivity.
|
| CraftARBoundingBox |
Class that wraps the 4 coordinates of a bounding box
|
| CraftARCamera |
Class that allows basic control of the device's camera
|
| CraftARCameraView |
View where the camera frames are shown.
|
| CraftARCloudRecognition | |
| CraftARCollection |
Class that wraps a collection JSON object as returned by the CraftAR Recognition API v2
|
| CraftARError |
The
CraftARError class encapsulates all kinds of errors that can be
produced by the SDK. |
| CraftARGenericSDK | |
| CraftARImage |
A
CraftARImage represents an item's image. |
| CraftARItem |
An Item represents an object in a collection in the CraftAR
database.
|
| CraftARItemFactory |
The CraftARItemFactory creates the items when a recognition request matched some image.
|
| CraftARNetworkError | |
| CraftARQueryImage |
Image produced by the CraftARSDK that can be used for image recognition queries.
|
| CraftARResult |
A
CraftARResult holds the information about an item found in a
visual search query: the item, the image matched, the score and the
bounding box in the query image for the matched image. |
| CraftARSDK |
The
CraftARSDK class for image recognition is the main controller for managing the camera capture
and the visual search operations (Single shot and Finder Mode search) |
| CRSConnect |
CRSConnect allows you to send requests to the CraftAR Recognition Server.
|
| ImageRecognition |
Base class for Image Recognition implementations
|
| MySSLSocketFactory |
| Enum | Description |
|---|---|
| CraftARError.ERROR_CODES |
Error describing the problem
|
| Exception | Description |
|---|---|
| CraftARSDKException |
Manages internal exceptions occurred within the CraftAR SDK
|