public sealed class TextAnnotation : IMessage<TextAnnotation>, IEquatable<TextAnnotation>, IDeepCloneable<TextAnnotation>, IBufferMessage, IMessage
TextAnnotation contains a structured representation of OCR extracted text.
The hierarchy of an OCR extracted text structure is like this:
TextAnnotation -> Page -> Block -> Paragraph -> Word -> Symbol
Each structural component, starting from Page, may further have their own
properties. Properties describe detected languages, breaks etc.. Please refer
to the [TextAnnotation.TextProperty][google.cloud.vision.v1.TextAnnotation.TextProperty] message definition below for more
detail.
[[["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-17 UTC."],[[["The latest version available is 3.7.0, with the content providing access to versions ranging from 2.3.0 up to the latest release."],["`TextAnnotation` is a class representing structured, OCR-extracted text, organized hierarchically from `TextAnnotation` down to `Symbol`."],["`TextAnnotation` has properties for `Pages`, which is a list of detected pages, and `Text`, which represents the UTF-8 detected text."],["`TextAnnotation` implements multiple interfaces, including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, showing its capabilities for handling and managing text data."],["There are two constructors available for `TextAnnotation`: one default, and another that takes another `TextAnnotation` object as input."]]],[]]