Vision AI v1 API - Class PersonBlurConfig (1.0.0-beta01)

public sealed class PersonBlurConfig : IMessage<PersonBlurConfig>, IEquatable<PersonBlurConfig>, IDeepCloneable<PersonBlurConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Vision AI v1 API class PersonBlurConfig.

Message describing FaceBlurConfig.

Inheritance

object > PersonBlurConfig

Namespace

Google.Cloud.VisionAI.V1

Assembly

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