public sealed class DetectedAttribute : IMessage<DetectedAttribute>, IEquatable<DetectedAttribute>, IDeepCloneable<DetectedAttribute>, IBufferMessage, IMessage
A generic detected attribute represented by name in string format.
[[["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-04-09 UTC."],[[["The `DetectedAttribute` class, found within the `Google.Cloud.VideoIntelligence.V1` namespace, represents a generic attribute identified in video content, with the latest version being 3.4.0 and 3.0.0 being the current version on this page."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it compatible with various .NET protocols."],["The `DetectedAttribute` class has three main properties: `Confidence`, a float value representing the certainty of the attribute detection; `Name`, a string indicating the type of attribute detected; and `Value`, a string describing the specific characteristic identified, like a color."],["Two constructors are available for the `DetectedAttribute` class, one being parameterless and the other accepting another instance of `DetectedAttribute` as a parameter."]]],[]]