Interface FaceDetectionConfigOrBuilder (2.0.27)

public interface FaceDetectionConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIncludeBoundingBoxes()

public abstract boolean getIncludeBoundingBoxes()

Whether bounding boxes be included in the face annotation output.

bool include_bounding_boxes = 2;

Returns
TypeDescription
boolean

The includeBoundingBoxes.

getModel()

public abstract String getModel()

Model to use for face detection. Supported values: "builtin/stable" (the default if unset) and "builtin/latest".

string model = 1;

Returns
TypeDescription
String

The model.

getModelBytes()

public abstract ByteString getModelBytes()

Model to use for face detection. Supported values: "builtin/stable" (the default if unset) and "builtin/latest".

string model = 1;

Returns
TypeDescription
ByteString

The bytes for model.