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 `TextProperty` class, part of the Google Cloud Vision API's version 2.3.0, is a sealed class found within the `Google.Cloud.Vision.V1.TextAnnotation.Types` namespace."],["This class inherits from `Object` and implements multiple interfaces, including `IMessage\u003cTextAnnotation.Types.TextProperty\u003e`, `IEquatable\u003cTextAnnotation.Types.TextProperty\u003e`, `IDeepCloneable\u003cTextAnnotation.Types.TextProperty\u003e`, `IBufferMessage`, and `IMessage`."],["`TextProperty` has two constructors: a default constructor `TextProperty()` and another that accepts a `TextAnnotation.Types.TextProperty` object as a parameter, for creating instances and copying existing object data."],["Key properties within `TextProperty` include `DetectedBreak`, which indicates the detected start or end of a text segment, and `DetectedLanguages`, a list of detected languages along with their confidence levels."],["The `TextProperty` class is located in the `Google.Cloud.Vision.V1.dll` assembly, and version 3.7.0 is the latest version available."]]],[]]