http4k
Toggle table of contents
6.60.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-connect-ai-anthropic
/
org.http4k.connect.anthropic.action
/
Citation
/
PageLocation
Page
Location
@
JsonSerializable
@
PolymorphicLabel
(
value
=
"page_location"
)
data
class
PageLocation
(
val
cited_text
:
String
,
val
document_index
:
Int
,
val
start_page_number
:
Int
,
val
end_page_number
:
Int
,
val
document_title
:
String
?
=
null
,
val
file_id
:
FileId
?
=
null
)
:
Citation
(
source
)
Members
Constructors
Page
Location
Link copied to clipboard
constructor
(
cited_text
:
String
,
document_index
:
Int
,
start_page_number
:
Int
,
end_page_number
:
Int
,
document_title
:
String
?
=
null
,
file_id
:
FileId
?
=
null
)
Properties
cited_
text
Link copied to clipboard
val
cited_text
:
String
document_
index
Link copied to clipboard
val
document_index
:
Int
document_
title
Link copied to clipboard
val
document_title
:
String
?
end_
page_
number
Link copied to clipboard
val
end_page_number
:
Int
file_
id
Link copied to clipboard
val
file_id
:
FileId
?
start_
page_
number
Link copied to clipboard
val
start_page_number
:
Int