public interface PersonDetectionConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getIncludeAttributes()
Whether to enable person attributes detection, such as cloth color (black,
blue, etc), type (coat, dress, etc), pattern (plain, floral, etc), hair,
etc.
|
boolean |
getIncludeBoundingBoxes()
Whether bounding boxes are included in the person detection annotation
output.
|
boolean |
getIncludePoseLandmarks()
Whether to enable pose landmarks detection.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean getIncludeBoundingBoxes()
Whether bounding boxes are included in the person detection annotation output.
bool include_bounding_boxes = 1;boolean getIncludePoseLandmarks()
Whether to enable pose landmarks detection. Ignored if 'include_bounding_boxes' is set to false.
bool include_pose_landmarks = 2;boolean getIncludeAttributes()
Whether to enable person attributes detection, such as cloth color (black, blue, etc), type (coat, dress, etc), pattern (plain, floral, etc), hair, etc. Ignored if 'include_bounding_boxes' is set to false.
bool include_attributes = 3;Copyright © 2024 Google LLC. All rights reserved.