Interface ExplicitContentDetectionConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExplicitContentDetectionConfig
,ExplicitContentDetectionConfig.Builder
public interface ExplicitContentDetectionConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getModel()
Model to use for explicit content detection.com.google.protobuf.ByteString
getModelBytes()
Model to use for explicit content detection.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getModel
String getModel()
Model to use for explicit content detection. Supported values: "builtin/stable" (the default if unset) and "builtin/latest".
string model = 1;
- Returns:
- The model.
-
getModelBytes
com.google.protobuf.ByteString getModelBytes()
Model to use for explicit content detection. Supported values: "builtin/stable" (the default if unset) and "builtin/latest".
string model = 1;
- Returns:
- The bytes for model.
-
-