AI-Mocks
Toggle table of contents
0.8.1-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
AI-Mocks
ai-mocks-openai
/
dev.mokksy.aimocks.openai.moderation
/
OpenaiModerationResponseSpecification
/
category
category
fun
category
(
name
:
String
,
value
:
Boolean
)
:
OpenaiModerationResponseSpecification
(
source
)
fun
category
(
name
:
ModerationCategory
,
score
:
Double
,
inputTypes
:
List
<
InputType
>
=
listOf(TEXT)
)
:
OpenaiModerationResponseSpecification
(
source
)
fun
category
(
name
:
String
,
score
:
Double
,
inputTypes
:
List
<
InputType
>
=
listOf(TEXT)
)
:
OpenaiModerationResponseSpecification
(
source
)