Latin constructor

Latin({
  1. int? confidence,
  2. String? text,
})

Implementation

Latin({
  this.confidence,
  this.text,
});