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."],[[["This document provides reference information for the `DetectedAttribute` class within the Google Cloud Video Intelligence v1 API."],["The `DetectedAttribute` class is a generic representation of a detected attribute, identified by a string name and implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Name`, `Value`, and `Confidence`, which represent the attribute's name, text value, and detection confidence level, respectively."],["The `DetectedAttribute` class is available in several versions, with the latest being 3.4.0, and its main purpose is to provide details about detected features in videos."]]],[]]