cmd_face_min property

String cmd_face_min

the detected face is too small

Implementation

String get cmd_face_min {
  return Intl.message(
    'the detected face is too small',
    name: 'cmd_face_min',
    desc: '',
    args: [],
  );
}