public sealed class ImagePolylineAnnotation : IMessage<ImagePolylineAnnotation>, IEquatable<ImagePolylineAnnotation>, IDeepCloneable<ImagePolylineAnnotation>, IBufferMessage, IMessage
[[["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 webpage provides documentation for the `ImagePolylineAnnotation` class within the `Google.Cloud.DataLabeling.V1Beta1` namespace, detailing its use in image annotation as a polyline."],["The `ImagePolylineAnnotation` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data manipulation."],["The class has two constructors: a default constructor and one that takes another `ImagePolylineAnnotation` object, used for data duplication."],["Key properties of the `ImagePolylineAnnotation` class include `AnnotationSpec`, `NormalizedPolyline`, `PolyCase`, and `Polyline`, allowing for detailed configuration of the polyline annotation."],["The provided documentation includes version information with links to the latest version (2.0.0-beta05) and other versions of this specific type."]]],[]]