Google AutoML v1 API - Class GetAnnotationSpecRequest (3.3.0)

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].

Inheritance

object > GetAnnotationSpecRequest

Namespace

Google.Cloud.AutoML.V1

Assembly

Google.Cloud.AutoML.V1.dll

Constructors

GetAnnotationSpecRequest()

public GetAnnotationSpecRequest()

GetAnnotationSpecRequest(GetAnnotationSpecRequest)

public GetAnnotationSpecRequest(GetAnnotationSpecRequest other)
Parameter
NameDescription
otherGetAnnotationSpecRequest

Properties

AnnotationSpecName

public AnnotationSpecName AnnotationSpecName { get; set; }

AnnotationSpecName-typed view over the Name resource name property.

Property Value
TypeDescription
AnnotationSpecName

Name

public string Name { get; set; }

Required. The resource name of the annotation spec to retrieve.

Property Value
TypeDescription
string