public sealed class PersonBlurConfig : IMessage<PersonBlurConfig>, IEquatable<PersonBlurConfig>, IDeepCloneable<PersonBlurConfig>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class PersonBlurConfig.
Message describing FaceBlurConfig.
Implements
IMessagePersonBlurConfig, IEquatablePersonBlurConfig, IDeepCloneablePersonBlurConfig, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Constructors
PersonBlurConfig()
public PersonBlurConfig()PersonBlurConfig(PersonBlurConfig)
public PersonBlurConfig(PersonBlurConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
PersonBlurConfig |
Properties
FacesOnly
public bool FacesOnly { get; set; }Whether only blur faces other than the whole object in the processor.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
PersonBlurType
public PersonBlurConfig.Types.PersonBlurType PersonBlurType { get; set; }Person blur type.
| Property Value | |
|---|---|
| Type | Description |
PersonBlurConfigTypesPersonBlurType |
|