| Package | Description |
|---|---|
| com.workfusion.vds.sdk.api.ml |
| Modifier and Type | Method and Description |
|---|---|
PredictionResult |
PredictionResult.Builder.build()
Construct prediction result instance.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<PredictionResult> |
Prediction.getBestResult()
Gets best classification result.
|
Optional<PredictionResult> |
Prediction.getResult(String label)
Gets the classification result by the label.
|
List<PredictionResult> |
Prediction.getResults()
Gets classification results (one per category).
|
| Modifier and Type | Method and Description |
|---|---|
Prediction.Builder |
Prediction.Builder.results(List<PredictionResult> results)
Sets results.
|
Copyright © 2020. All rights reserved.