public sealed class ReidentifyContentResponse : IMessage<ReidentifyContentResponse>, IEquatable<ReidentifyContentResponse>, IDeepCloneable<ReidentifyContentResponse>, IBufferMessage, IMessage
[[["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 `ReidentifyContentResponse` is 4.16.0, with several prior versions available for reference, down to version 2.15.0."],["`ReidentifyContentResponse` is a class that represents the results of re-identifying an item, implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class offers two constructors: a default constructor `ReidentifyContentResponse()` and a copy constructor `ReidentifyContentResponse(ReidentifyContentResponse other)`."],["`ReidentifyContentResponse` has two main properties: `Item`, which is of type `ContentItem` and holds the re-identified item, and `Overview`, which is of type `TransformationOverview` and provides a summary of the changes made."]]],[]]