public sealed class GetAnnotationSpecRequest : IMessage<GetAnnotationSpecRequest>, IEquatable<GetAnnotationSpecRequest>, IDeepCloneable<GetAnnotationSpecRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google AutoML v1 API class GetAnnotationSpecRequest.
Request message for [AutoMl.GetAnnotationSpec][google.cloud.automl.v1.AutoMl.GetAnnotationSpec].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage provides documentation for the `GetAnnotationSpecRequest` class within the Google AutoML v1 API for .NET."],["The latest version available for this class is 3.4.0, with multiple historical versions also documented, ranging from 2.2.0 to 3.3.0."],["The `GetAnnotationSpecRequest` class is used as a message to request an annotation specification, and it inherits from `Object` while implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties such as `AnnotationSpecName` and `Name`, with `Name` being the required property to define the resource name of the annotation spec to be retrieved."]]],[]]