public interface FaceDetectionConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getIncludeAttributes()
Whether to enable face attributes detection, such as glasses, dark_glasses,
mouth_open etc.
|
boolean |
getIncludeBoundingBoxes()
Whether bounding boxes are included in the face annotation output.
|
String |
getModel()
Model to use for face detection.
|
com.google.protobuf.ByteString |
getModelBytes()
Model to use for face detection.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getModel()
Model to use for face detection. Supported values: "builtin/stable" (the default if unset) and "builtin/latest".
string model = 1;com.google.protobuf.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 are included in the face annotation output.
bool include_bounding_boxes = 2;boolean getIncludeAttributes()
Whether to enable face attributes detection, such as glasses, dark_glasses, mouth_open etc. Ignored if 'include_bounding_boxes' is set to false.
bool include_attributes = 5;Copyright © 2024 Google LLC. All rights reserved.