public interface ExplicitContentDetectionConfigOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getModel()
Model to use for explicit content detection.
|
ByteString |
getModelBytes()
Model to use for explicit content detection.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getModel()
Model to use for explicit content detection. Supported values: "builtin/stable" (the default if unset) and "builtin/latest".
string model = 1;
ByteString getModelBytes()
Model to use for explicit content detection. Supported values: "builtin/stable" (the default if unset) and "builtin/latest".
string model = 1;