public sealed class DetectedAttribute : IMessage<DetectedAttribute>, IEquatable<DetectedAttribute>, IDeepCloneable<DetectedAttribute>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Video Intelligence v1 API class DetectedAttribute.
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 represents a generic detected attribute in the Google Cloud Video Intelligence v1 API, identified by a string name."],["This class is part of the `Google.Cloud.VideoIntelligence.V1` namespace within the `Google.Cloud.VideoIntelligence.V1.dll` assembly, and version 3.3.0 is documented here with 3.4.0 being the latest."],["It implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DetectedAttribute` class has properties for `Confidence`, `Name`, and `Value`, which respectively represent the detection confidence level, the name of the detected attribute, and the result's text value."],["The class has 2 constructors, one default and one that takes in another `DetectedAttribute` object."]]],[]]