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 content focuses on the `TextProperty` class within the `Google.Cloud.Vision.V1` namespace, specifically version 3.1.0, which is part of the Google Cloud Vision API for .NET."],["This `TextProperty` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling text properties within the API."],["The `TextProperty` class has two constructors, one default and one that accepts another `TextProperty` instance as a parameter for potential cloning or manipulation."],["Key properties within the `TextProperty` class include `DetectedBreak`, representing the detected start or end of a text segment, and `DetectedLanguages`, a list of identified languages and their confidence scores."],["The latest version of the API available at the time of the content's creation is version 3.7.0."]]],[]]