Class AnnotationPayload
Contains annotation information that is relevant to AutoML.
Inheritance
System.Object
AnnotationPayload
Implements
Google.Protobuf.IBufferMessage
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Google.Cloud.AutoML.V1.dll
Syntax
public sealed class AnnotationPayload : IMessage<AnnotationPayload>, IEquatable<AnnotationPayload>, IDeepCloneable<AnnotationPayload>, IBufferMessage, IMessage
Constructors
AnnotationPayload()
Declaration
public AnnotationPayload()
AnnotationPayload(AnnotationPayload)
Declaration
public AnnotationPayload(AnnotationPayload other)
Parameters
Properties
AnnotationSpecId
Output only . The resource ID of the annotation spec that
this annotation pertains to. The annotation spec comes from either an
ancestor dataset, or the dataset that was used to train the model in use.
Declaration
public string AnnotationSpecId { get; set; }
Property Value
Type |
Description |
System.String |
|
Classification
Annotation details for content or image classification.
Declaration
public ClassificationAnnotation Classification { get; set; }
Property Value
DetailCase
Declaration
public AnnotationPayload.DetailOneofCase DetailCase { get; }
Property Value
DisplayName
Output only. The value of
[display_name][google.cloud.automl.v1.AnnotationSpec.display_name]
when the model was trained. Because this field returns a value at model
training time, for different models trained using the same dataset, the
returned value could be different as model owner could update the
display_name
between any two model training.
Declaration
public string DisplayName { get; set; }
Property Value
Type |
Description |
System.String |
|
ImageObjectDetection
Annotation details for image object detection.
Declaration
public ImageObjectDetectionAnnotation ImageObjectDetection { get; set; }
Property Value
Annotation details for text extraction.
Declaration
public TextExtractionAnnotation TextExtraction { get; set; }
Property Value
TextSentiment
Annotation details for text sentiment.
Declaration
public TextSentimentAnnotation TextSentiment { get; set; }
Property Value
Translation
Annotation details for translation.
Declaration
public TranslationAnnotation Translation { get; set; }
Property Value