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
color (black, blonde, etc), hair length (long, short, bald), etc.
|
boolean |
getIncludeBoundingBoxes()
Whether bounding boxes be 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 be 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 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 color (black, blonde, etc), hair length (long, short, bald), etc. Ignored if 'include_bounding_boxes' is false.
bool include_attributes = 3;Copyright © 2020 Google LLC. All rights reserved.