toggle menu
DICE API Documentation
JVM
switch theme
search in API
DICE API Documentation
/
com.embabel.dice.operations.contrast
/
ContrastItem
Contrast
Item
data
class
ContrastItem
(
val
text
:
String
,
val
confidence
:
<Error class: unknown class>
,
val
reasoning
:
String
,
val
sourceIndicesA
:
List
<
Int
>
,
val
sourceIndicesB
:
List
<
Int
>
)
Members
Constructors
Contrast
Item
Link copied to clipboard
constructor
(
text
:
String
,
confidence
:
<Error class: unknown class>
,
reasoning
:
String
,
sourceIndicesA
:
List
<
Int
>
,
sourceIndicesB
:
List
<
Int
>
)
Properties
confidence
Link copied to clipboard
val
confidence
:
<Error class: unknown class>
reasoning
Link copied to clipboard
val
reasoning
:
String
source
Indices
A
Link copied to clipboard
val
sourceIndicesA
:
List
<
Int
>
source
Indices
B
Link copied to clipboard
val
sourceIndicesB
:
List
<
Int
>
text
Link copied to clipboard
val
text
:
String