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."],[[["The provided content details the `InspectConfig.Types.InfoTypeLikelihood` class within the Google Cloud Data Loss Prevention v2 API for .NET, used to configure minimum likelihood thresholds for specific information types."],["This class allows users to customize the minimum likelihood level for specific info types in a request, such as lowering the precision for `PERSON_NAME` without affecting other info types."],["The `InfoTypeLikelihood` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for various functionalities like message handling, equality checks, deep cloning, and buffer management."],["The class includes properties for `InfoType`, specifying the type of information, and `MinLikelihood`, setting the minimum likelihood threshold that must be met or exceeded for a finding to be returned."],["A range of versions are listed, from 2.15.0 up to 4.16.0 (latest) for `InspectConfig.Types.InfoTypeLikelihood`, along with their corresponding documentation links."]]],[]]