WarningsListItem

The system identified one of the following warnings while processing the input document:

  • The document to classify is plain text, but the classifier is a native document model.

  • The document to classify is semi-structured, but the classifier is a plain-text model.

Types

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

Properties

Link copied to clipboard
val page: Int?

Page number in the input document.

Link copied to clipboard

The type of warning.

Link copied to clipboard

Text message associated with the warning.

Functions

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