| Package | Description |
|---|---|
| com.evrythng.java.wrapper.service |
| Modifier and Type | Method and Description |
|---|---|
static ScanService.RecognitionType |
ScanService.RecognitionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScanService.RecognitionType[] |
ScanService.RecognitionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EvrythngApiBuilder.Builder<UrlBinding> |
ScanService.recognitionCreator(InputStream image,
String mime,
ScanService.RecognitionType type)
POST "/scan/recognitions"
|
EvrythngApiBuilder.Builder<UrlBinding> |
ScanService.recognitionCreator(String base64Image,
ScanService.RecognitionType type)
POST "/scan/recognitions"
|
EvrythngApiBuilder.Builder<UrlBinding> |
ScanService.recognitionCreator(UrlBinding imageInBinding,
ScanService.RecognitionType type)
POST "/scan/recognitions"
|
Copyright © 2016 EVRYTHNG Ltd London / Zurich. All rights reserved.