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 latest version of the `DetectedAttribute` class in the Google Cloud Video Intelligence v1 API is 3.4.0, while the current documentation refers to version 3.2.0."],["The `DetectedAttribute` class represents a generic attribute detected in video, with properties for `Name`, `Value`, and `Confidence`."],["This class, within the `Google.Cloud.VideoIntelligence.V1` namespace, provides methods such as GetHashCode, GetType, and ToString, inherited from the base `object` class."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various operations, such as serialization, comparison, and deep cloning."],["The properties `Name` and `Value` can be used to identify the attribute, whereas `Confidence` will give a range between 0-1 to represent how confident it is in the attribute."]]],[]]