Prediction

Contains information regarding predicted values returned by Amazon Textract operations, including the predicted value and the confidence in the predicted value.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Amazon Textract's confidence in its predicted value.

Link copied to clipboard

The predicted value of a detected object.

Functions

Link copied to clipboard
inline fun copy(block: Prediction.Builder.() -> Unit = {}): Prediction
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String