Packages

p

com.embedika

labeling

package labeling

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. labeling
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. case class ExportLabeling(projectId: ProjectId) extends Product with Serializable
  2. class ExportLabelingCommandHandler extends KafkaMessageHandler[ExportLabeling, String]
  3. case class ExportLabelingItem(documentId: DocumentId, documentUrl: Option[String], pdfJsonUrl: Option[String], data: JsonObject) extends Product with Serializable
  4. trait ExportLabelingStreamProvider extends AnyRef
  5. class ExportLabelingStreamProviderImpl extends ExportLabelingStreamProvider with MappingEnumsToColumns
  6. case class LabelDocument(projectId: ProjectId, taskId: TaskId, ner: Option[JsonObject], classification: Option[JsonObject], version: Int) extends Product with Serializable
  7. type LabelingId = Type
  8. class LabelingQuery extends MappingEnumsToColumns
  9. sealed trait LabelingStatus extends AnyRef
  10. 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
  11. class LabelingTable extends verdi.persistence.profile.VerdiPostgresProfile.VerdiPgAPI.Table[LabelingStoreDTO] with HasIdRep[LabelingId] with VersionedRep[LabelingId, Int] with MappingEnumsToColumns
  12. sealed trait LabelingType extends AnyRef

Inherited from AnyRef

Inherited from Any

Ungrouped