| Package | Description |
|---|---|
| com.evrythng.java.wrapper.service |
| Modifier and Type | Method and Description |
|---|---|
static ScanService.ScanMethod |
ScanService.ScanMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScanService.ScanMethod[] |
ScanService.ScanMethod.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.recognitionsCreator(InputStream image,
String mime,
ScanService.ScanMethod... methods)
POST "/scan/recognitions"
|
EvrythngApiBuilder.Builder<UrlBinding> |
ScanService.recognitionsCreator(String base64Image,
ScanService.ScanMethod... methods)
POST "/scan/recognitions"
|
EvrythngApiBuilder.Builder<UrlBinding> |
ScanService.recognitionsCreator(UrlBinding imageInBinding,
ScanService.ScanMethod... methods)
POST "/scan/recognitions"
|
Copyright © 2016 EVRYTHNG Ltd London / Zurich. All rights reserved.