SafeSearchAnnotation constructor
- {SafeSearchDetectionType adult = SafeSearchDetectionType.UNKNOWN,
- SafeSearchDetectionType medical = SafeSearchDetectionType.UNKNOWN,
- SafeSearchDetectionType racy = SafeSearchDetectionType.UNKNOWN,
- SafeSearchDetectionType spoof = SafeSearchDetectionType.UNKNOWN,
- SafeSearchDetectionType violence = SafeSearchDetectionType.UNKNOWN}
Implementation
SafeSearchAnnotation({
this.adult = SafeSearchDetectionType.UNKNOWN,
this.medical = SafeSearchDetectionType.UNKNOWN,
this.racy = SafeSearchDetectionType.UNKNOWN,
this.spoof = SafeSearchDetectionType.UNKNOWN,
this.violence = SafeSearchDetectionType.UNKNOWN,
});