All Downloads are FREE. Search and download functionalities are using the official Maven repository.

model.PredefinedLabelQuery.kt Maven / Gradle / Ivy

There is a newer version: 24.3.6
Show newest version
package ai.tock.nlp.admin.model

import java.util.Locale

data class PredefinedLabelQuery(
    val entityTypeName: String,
    val predefinedValue: String,
    val locale: Locale,
    val label: String
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy