Warning

class Warning

A warning about an issue that occurred during asynchronous text analysis (StartDocumentAnalysis) or asynchronous document text detection (StartDocumentTextDetection).

Types

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

Properties

Link copied to clipboard

The error code for the warning.

Link copied to clipboard
val pages: List<Int>?

A list of the pages that the warning applies to.

Functions

Link copied to clipboard
inline fun copy(block: Warning.Builder.() -> Unit = {}): Warning
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