public sealed class TextProperty : IMessage<TextAnnotation.Types.TextProperty>, IEquatable<TextAnnotation.Types.TextProperty>, IDeepCloneable<TextAnnotation.Types.TextProperty>, IBufferMessage, IMessage
Additional information detected on the structural component.
[[["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 latest version of the `TextProperty` class is 3.7.0, with version 2.4.0 being one of the listed available versions."],["The `TextProperty` class is part of the `Google.Cloud.Vision.V1` namespace and is found within the `Google.Cloud.Vision.V1.dll` assembly."],["The `TextProperty` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to have specific actions and properties."],["The `TextProperty` class includes properties like `DetectedBreak` and `DetectedLanguages` to provide details about detected text segments, such as breaks and identified languages."],["The class `TextProperty` can be constructed with either no parameter or with another `TextProperty` of the same type."]]],[]]