public sealed class TextAnnotation.Types.TextProperty : IMessage<TextAnnotation.Types.TextProperty>, IEquatable<TextAnnotation.Types.TextProperty>, IDeepCloneable<TextAnnotation.Types.TextProperty>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Vision v1 API class TextAnnotation.Types.TextProperty.
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."],[[["This document provides reference information for the `TextAnnotation.Types.TextProperty` class within the Google Cloud Vision v1 API, specifically version 3.4.0."],["The `TextAnnotation.Types.TextProperty` class is part of the `Google.Cloud.Vision.V1` namespace and is defined in the `Google.Cloud.Vision.V1.dll` assembly."],["It allows for the detection of text segments' starts or ends via the `DetectedBreak` property, which is of the `TextAnnotation.Types.DetectedBreak` type."],["The class also supports language detection through the `DetectedLanguages` property, which provides a list of detected languages along with confidence levels via the `RepeatedField\u003cTextAnnotation.Types.DetectedLanguage\u003e` type."],["The class implements multiple interfaces, including `IMessage`, `IEquatable\u003cTextAnnotation.Types.TextProperty\u003e`, `IDeepCloneable\u003cTextAnnotation.Types.TextProperty\u003e`, and `IBufferMessage`, highlighting its capabilities for message handling, comparison, cloning, and buffer management."]]],[]]