AutomatedReasoningPolicyAnnotatedChunk

Represents a portion of a source document with line number annotations. Chunks help organize document content for easier navigation and reference.

Types

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

Properties

Link copied to clipboard

The lines of text contained within this chunk, each annotated with its line number.

Link copied to clipboard

The page number where this chunk begins, if the document is divided into pages.

Functions

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