public sealed class LabelVideoObjectDetectionOperationMetadata : IMessage<LabelVideoObjectDetectionOperationMetadata>, IEquatable<LabelVideoObjectDetectionOperationMetadata>, IDeepCloneable<LabelVideoObjectDetectionOperationMetadata>, IBufferMessage, IMessage
Details of a LabelVideoObjectDetection operation metadata.
[[["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-03-21 UTC."],[[["The `LabelVideoObjectDetectionOperationMetadata` class provides details about the metadata of a video object detection operation within the Google Cloud Data Labeling service."],["This class is part of the `Google.Cloud.DataLabeling.V1Beta1` namespace and is implemented in the `Google.Cloud.DataLabeling.V1Beta1.dll` assembly."],["The `LabelVideoObjectDetectionOperationMetadata` class inherits from the `Object` class and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default one and another that takes a `LabelVideoObjectDetectionOperationMetadata` object for initialization."],["It contains a `BasicConfig` property that stores human annotation configuration details, of type `HumanAnnotationConfig`."]]],[]]