Class GetAnnotationSpecRequest
Request message for [AutoMl.GetAnnotationSpec][google.cloud.automl.v1.AutoMl.GetAnnotationSpec].
Inheritance
System.Object
GetAnnotationSpecRequest
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.AutoML.V1
Assembly: Google.Cloud.AutoML.V1.dll
Syntax
public sealed class GetAnnotationSpecRequest : IMessage<GetAnnotationSpecRequest>, IEquatable<GetAnnotationSpecRequest>, IDeepCloneable<GetAnnotationSpecRequest>, IBufferMessage, IMessage
Constructors
GetAnnotationSpecRequest()
Declaration
public GetAnnotationSpecRequest()
GetAnnotationSpecRequest(GetAnnotationSpecRequest)
Declaration
public GetAnnotationSpecRequest(GetAnnotationSpecRequest other)
Parameters
Type | Name | Description |
---|---|---|
GetAnnotationSpecRequest | other |
Properties
AnnotationSpecName
AnnotationSpecName-typed view over the Name resource name property.
Declaration
public AnnotationSpecName AnnotationSpecName { get; set; }
Property Value
Type | Description |
---|---|
AnnotationSpecName |
Name
Required. The resource name of the annotation spec to retrieve.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |