public interface PersonBlurConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getFacesOnly()
public abstract boolean getFacesOnly()
Whether only blur faces other than the whole object in the processor.
bool faces_only = 2;
Returns | |
---|---|
Type | Description |
boolean |
The facesOnly. |
getPersonBlurType()
public abstract PersonBlurConfig.PersonBlurType getPersonBlurType()
Person blur type.
.google.events.cloud.visionai.v1.PersonBlurConfig.PersonBlurType person_blur_type = 1;
Returns | |
---|---|
Type | Description |
PersonBlurConfig.PersonBlurType |
The personBlurType. |
getPersonBlurTypeValue()
public abstract int getPersonBlurTypeValue()
Person blur type.
.google.events.cloud.visionai.v1.PersonBlurConfig.PersonBlurType person_blur_type = 1;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for personBlurType. |