fileTypes property

List<String>? fileTypes
getter/setter pair

List of file type groups to include in the scan.

If empty, all files are scanned and available data format processors are applied. In addition, the binary content of the selected files is always scanned as well. Images are scanned only as binary if the specified region does not support image inspection and no file_types were specified. Image inspection is restricted to 'global', 'us', 'asia', and 'europe'.

Implementation

core.List<core.String>? fileTypes;