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"]],[["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 `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."]]],[]]