VisionSafeSearchCommand constructor

VisionSafeSearchCommand()

SafeSearch Detection detects explicit content such as adult content or violent content within an image.

Implementation

VisionSafeSearchCommand() {
  argParser.addOption(
    'image-file',
    mandatory: true,
    valueHelp: 'image file path',
    help: 'The path to the file that will be processed.',
  );
}