package labeling
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- labeling
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class ExportLabeling(projectId: ProjectId) extends Product with Serializable
- class ExportLabelingCommandHandler extends KafkaMessageHandler[ExportLabeling, String]
- case class ExportLabelingItem(documentId: DocumentId, documentUrl: Option[String], pdfJsonUrl: Option[String], data: JsonObject) extends Product with Serializable
- trait ExportLabelingStreamProvider extends AnyRef
- class ExportLabelingStreamProviderImpl extends ExportLabelingStreamProvider with MappingEnumsToColumns
- case class LabelDocument(projectId: ProjectId, taskId: TaskId, ner: Option[JsonObject], classification: Option[JsonObject], version: Int) extends Product with Serializable
- type LabelingId = Type
- class LabelingQuery extends MappingEnumsToColumns
- sealed trait LabelingStatus extends AnyRef
- case class LabelingStoreDTO(id: LabelingId, labelingType: LabelingType, documentId: DocumentId, projectId: ProjectId, taskId: TaskId, userId: UserId, created: TimeStamp, modified: TimeStamp, status: LabelingStatus, data: JsonObject, version: Int) extends Versioned[LabelingId, Int] with Product with Serializable
- class LabelingTable extends verdi.persistence.profile.VerdiPostgresProfile.VerdiPgAPI.Table[LabelingStoreDTO] with HasIdRep[LabelingId] with VersionedRep[LabelingId, Int] with MappingEnumsToColumns
- sealed trait LabelingType extends AnyRef
Value Members
- object ExportLabeling extends Serializable
- object ExportLabelingItem extends Serializable
- object ExportLabelingStreamProviderImpl
- object LabelDocument extends Serializable
- object LabelingId
- object LabelingStatus
- object LabelingTable
- object LabelingType