cmd_face_max property

String get cmd_face_max

the detected face is too big

Implementation

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