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