public sealed class InspectConfig.Types.InfoTypeLikelihood : IMessage<InspectConfig.Types.InfoTypeLikelihood>, IEquatable<InspectConfig.Types.InfoTypeLikelihood>, IDeepCloneable<InspectConfig.Types.InfoTypeLikelihood>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class InspectConfig.Types.InfoTypeLikelihood.
Configuration for setting a minimum likelihood per infotype. Used to
customize the minimum likelihood level for specific infotypes in the
request. For example, use this if you want to lower the precision for
PERSON_NAME without lowering the precision for the other infotypes in the
request.
Type of information the likelihood threshold applies to. Only one
likelihood per info_type should be provided. If InfoTypeLikelihood does
not have an info_type, the configuration fails.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-24 UTC."],[[["This document provides reference documentation for the `InspectConfig.Types.InfoTypeLikelihood` class within the Google Cloud Data Loss Prevention v2 API, specifically within the .NET environment."],["The `InfoTypeLikelihood` class allows users to configure minimum likelihood levels for specific information types (`InfoType`) during data inspection processes, which is useful when you want to adjust sensitivity settings per information type."],["The document lists various versions of the API, starting from 2.15.0 all the way to the latest 4.16.0, allowing developers to check the documentation according to their specific version of the library."],["The class `InfoTypeLikelihood` implements multiple interfaces like IMessage, IEquatable, IDeepCloneable, and IBufferMessage and inherits members from the object class, giving it a wide range of functionalities and features."],["The `InfoTypeLikelihood` has two main properties available, the `InfoType` which specifies what type of information it's adjusting the minimum likelihood for, and `MinLikelihood` which is a setting that defines the threshold for the minimum finding likelihood that must be met."]]],[]]