FaceEmbeddingsCompanion constructor
const
FaceEmbeddingsCompanion({
- Value<
int> id = const Value.absent(), - Value<
String> name = const Value.absent(), - Value<
Uint8List?> imageCenter = const Value.absent(), - Value<
Uint8List?> imageLeft = const Value.absent(), - Value<
Uint8List?> imageRight = const Value.absent(), - Value<
Uint8List?> imageUp = const Value.absent(), - Value<
Uint8List?> imageDown = const Value.absent(), - Value<
List< embeddingCenter = const Value.absent(),double> > - Value<
List< embeddingLeft = const Value.absent(),double> > - Value<
List< embeddingRight = const Value.absent(),double> > - Value<
List< embeddingUp = const Value.absent(),double> > - Value<
List< embeddingDown = const Value.absent(),double> >
Implementation
const FaceEmbeddingsCompanion({
this.id = const Value.absent(),
this.name = const Value.absent(),
this.imageCenter = const Value.absent(),
this.imageLeft = const Value.absent(),
this.imageRight = const Value.absent(),
this.imageUp = const Value.absent(),
this.imageDown = const Value.absent(),
this.embeddingCenter = const Value.absent(),
this.embeddingLeft = const Value.absent(),
this.embeddingRight = const Value.absent(),
this.embeddingUp = const Value.absent(),
this.embeddingDown = const Value.absent(),
});