public sealed class TextExtractionModelMetadata : IMessage<TextExtractionModelMetadata>, IEquatable<TextExtractionModelMetadata>, IDeepCloneable<TextExtractionModelMetadata>, IBufferMessage, IMessage
Model metadata that is specific to text extraction.
[[["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."],[[["This webpage details the `TextExtractionModelMetadata` class, which is specific to metadata for text extraction models within the Google Cloud AutoML V1."],["The latest version of the API is 3.4.0 with the current webpage outlining version 2.4.0 of the TextExtractionModelMetadata class, and previous versions ranging from 2.2.0 through 3.3.0 are also documented."],["The `TextExtractionModelMetadata` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for data handling and manipulation."],["The class inherits from `Object` and includes inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()` methods."],["Two constructors are available for `TextExtractionModelMetadata`: a default constructor and one that takes another `TextExtractionModelMetadata` instance as a parameter for cloning."]]],[]]