public interface FaceDetectionConfigOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getIncludeBoundingBoxes()
Whether bounding boxes be included in the face annotation output.
|
java.lang.String |
getModel()
Model to use for face detection.
|
ByteString |
getModelBytes()
Model to use for face detection.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getModel()
Model to use for face detection. Supported values: "builtin/stable" (the default if unset) and "builtin/latest".
string model = 1;
ByteString getModelBytes()
Model to use for face detection. Supported values: "builtin/stable" (the default if unset) and "builtin/latest".
string model = 1;
boolean getIncludeBoundingBoxes()
Whether bounding boxes be included in the face annotation output.
bool include_bounding_boxes = 2;