public final class PersonBlurConfig extends GeneratedMessage implements PersonBlurConfigOrBuilderMessage describing FaceBlurConfig.
Protobuf type google.cloud.visionai.v1.PersonBlurConfig
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > PersonBlurConfigImplements
PersonBlurConfigOrBuilderStatic Fields
FACES_ONLY_FIELD_NUMBER
public static final int FACES_ONLY_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
PERSON_BLUR_TYPE_FIELD_NUMBER
public static final int PERSON_BLUR_TYPE_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static PersonBlurConfig getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
PersonBlurConfig |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static PersonBlurConfig.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
PersonBlurConfig.Builder |
|
newBuilder(PersonBlurConfig prototype)
public static PersonBlurConfig.Builder newBuilder(PersonBlurConfig prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
PersonBlurConfig |
| Returns | |
|---|---|
| Type | Description |
PersonBlurConfig.Builder |
|
parseDelimitedFrom(InputStream input)
public static PersonBlurConfig parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
PersonBlurConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static PersonBlurConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
PersonBlurConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static PersonBlurConfig parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
PersonBlurConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static PersonBlurConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
PersonBlurConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static PersonBlurConfig parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
PersonBlurConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static PersonBlurConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
PersonBlurConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static PersonBlurConfig parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
PersonBlurConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static PersonBlurConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
PersonBlurConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static PersonBlurConfig parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
PersonBlurConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static PersonBlurConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
PersonBlurConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static PersonBlurConfig parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
PersonBlurConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static PersonBlurConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
PersonBlurConfig |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<PersonBlurConfig> parser()| Returns | |
|---|---|
| Type | Description |
Parser<PersonBlurConfig> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public PersonBlurConfig getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
PersonBlurConfig |
|
getFacesOnly()
public boolean getFacesOnly()Whether only blur faces other than the whole object in the processor.
bool faces_only = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
The facesOnly. |
getParserForType()
public Parser<PersonBlurConfig> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<PersonBlurConfig> |
|
getPersonBlurType()
public PersonBlurConfig.PersonBlurType getPersonBlurType()Person blur type.
.google.cloud.visionai.v1.PersonBlurConfig.PersonBlurType person_blur_type = 1;
| Returns | |
|---|---|
| Type | Description |
PersonBlurConfig.PersonBlurType |
The personBlurType. |
getPersonBlurTypeValue()
public int getPersonBlurTypeValue()Person blur type.
.google.cloud.visionai.v1.PersonBlurConfig.PersonBlurType person_blur_type = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for personBlurType. |
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public PersonBlurConfig.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
PersonBlurConfig.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected PersonBlurConfig.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
PersonBlurConfig.Builder |
|
toBuilder()
public PersonBlurConfig.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
PersonBlurConfig.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|