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."],[[["`DetectedAttribute` is a class in the `Google.Cloud.VideoIntelligence.V1` namespace, representing a generic attribute detected within video content."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The class provides three main properties: `Confidence` (a float representing the detection confidence), `Name` (a string for the attribute's name), and `Value` (a string for the text value of the detection)."],["There are two constructors available for the class, a default constructor and one that takes another `DetectedAttribute` as a parameter."],["The page also shows links to previous versions of the `DetectedAttribute` class from 2.2.0 to the latest 3.4.0."]]],[]]