toggle menu
openai-kotlin
common
switch theme
search in API
openai-core
/
com.aallam.openai.api.chat
/
ContentFilterOffsets
Content
Filter
Offsets
@
Serializable
data
class
ContentFilterOffsets
(
val
checkOffset
:
Int
?
,
val
startOffset
:
Int
?
,
val
endOffset
:
Int
?
)
Members
Constructors
Content
Filter
Offsets
Link copied to clipboard
constructor
(
checkOffset
:
Int
?
,
startOffset
:
Int
?
,
endOffset
:
Int
?
)
Properties
check
Offset
Link copied to clipboard
@
SerialName
(
value
=
"check_offset"
)
val
checkOffset
:
Int
?
end
Offset
Link copied to clipboard
@
SerialName
(
value
=
"end_offset"
)
val
endOffset
:
Int
?
start
Offset
Link copied to clipboard
@
SerialName
(
value
=
"start_offset"
)
val
startOffset
:
Int
?