Skip to content

/AWS1/CL_BDRDOCCHARLOCATION

Specifies a character-level location within a document, providing precise positioning information for cited content using start and end character indices.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_documentindex TYPE /AWS1/BDRINTEGER /AWS1/BDRINTEGER

The index of the document within the array of documents provided in the request.

iv_start TYPE /AWS1/BDRINTEGER /AWS1/BDRINTEGER

The starting character position of the cited content within the document.

iv_end TYPE /AWS1/BDRINTEGER /AWS1/BDRINTEGER

The ending character position of the cited content within the document.


Queryable Attributes

documentIndex

The index of the document within the array of documents provided in the request.

Accessible with the following methods

Method Description
GET_DOCUMENTINDEX() Getter for DOCUMENTINDEX, with configurable default
ASK_DOCUMENTINDEX() Getter for DOCUMENTINDEX w/ exceptions if field has no value
HAS_DOCUMENTINDEX() Determine if DOCUMENTINDEX has a value

start

The starting character position of the cited content within the document.

Accessible with the following methods

Method Description
GET_START() Getter for START, with configurable default
ASK_START() Getter for START w/ exceptions if field has no value
HAS_START() Determine if START has a value

end

The ending character position of the cited content within the document.

Accessible with the following methods

Method Description
GET_END() Getter for END, with configurable default
ASK_END() Getter for END w/ exceptions if field has no value
HAS_END() Determine if END has a value