Interface AnnotationPayloadOrBuilder (2.42.0)

public interface AnnotationPayloadOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAnnotationSpecId()

public abstract String getAnnotationSpecId()

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.

string annotation_spec_id = 1;

Returns
Type Description
String

The annotationSpecId.

getAnnotationSpecIdBytes()

public abstract ByteString getAnnotationSpecIdBytes()

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.

string annotation_spec_id = 1;

Returns
Type Description
ByteString

The bytes for annotationSpecId.

getClassification()

public abstract ClassificationAnnotation getClassification()

Annotation details for content or image classification.

.google.cloud.automl.v1.ClassificationAnnotation classification = 3;

Returns
Type Description
ClassificationAnnotation

The classification.

getClassificationOrBuilder()

public abstract ClassificationAnnotationOrBuilder getClassificationOrBuilder()

Annotation details for content or image classification.

.google.cloud.automl.v1.ClassificationAnnotation classification = 3;

Returns
Type Description
ClassificationAnnotationOrBuilder

getDetailCase()

public abstract AnnotationPayload.DetailCase getDetailCase()
Returns
Type Description
AnnotationPayload.DetailCase

getDisplayName()

public abstract String getDisplayName()

Output only. The value of 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.

string display_name = 5;

Returns
Type Description
String

The displayName.

getDisplayNameBytes()

public abstract ByteString getDisplayNameBytes()

Output only. The value of 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.

string display_name = 5;

Returns
Type Description
ByteString

The bytes for displayName.

getImageObjectDetection()

public abstract ImageObjectDetectionAnnotation getImageObjectDetection()

Annotation details for image object detection.

.google.cloud.automl.v1.ImageObjectDetectionAnnotation image_object_detection = 4;

Returns
Type Description
ImageObjectDetectionAnnotation

The imageObjectDetection.

getImageObjectDetectionOrBuilder()

public abstract ImageObjectDetectionAnnotationOrBuilder getImageObjectDetectionOrBuilder()

Annotation details for image object detection.

.google.cloud.automl.v1.ImageObjectDetectionAnnotation image_object_detection = 4;

Returns
Type Description
ImageObjectDetectionAnnotationOrBuilder

getTextExtraction()

public abstract TextExtractionAnnotation getTextExtraction()

Annotation details for text extraction.

.google.cloud.automl.v1.TextExtractionAnnotation text_extraction = 6;

Returns
Type Description
TextExtractionAnnotation

The textExtraction.

getTextExtractionOrBuilder()

public abstract TextExtractionAnnotationOrBuilder getTextExtractionOrBuilder()

Annotation details for text extraction.

.google.cloud.automl.v1.TextExtractionAnnotation text_extraction = 6;

Returns
Type Description
TextExtractionAnnotationOrBuilder

getTextSentiment()

public abstract TextSentimentAnnotation getTextSentiment()

Annotation details for text sentiment.

.google.cloud.automl.v1.TextSentimentAnnotation text_sentiment = 7;

Returns
Type Description
TextSentimentAnnotation

The textSentiment.

getTextSentimentOrBuilder()

public abstract TextSentimentAnnotationOrBuilder getTextSentimentOrBuilder()

Annotation details for text sentiment.

.google.cloud.automl.v1.TextSentimentAnnotation text_sentiment = 7;

Returns
Type Description
TextSentimentAnnotationOrBuilder

getTranslation()

public abstract TranslationAnnotation getTranslation()

Annotation details for translation.

.google.cloud.automl.v1.TranslationAnnotation translation = 2;

Returns
Type Description
TranslationAnnotation

The translation.

getTranslationOrBuilder()

public abstract TranslationAnnotationOrBuilder getTranslationOrBuilder()

Annotation details for translation.

.google.cloud.automl.v1.TranslationAnnotation translation = 2;

Returns
Type Description
TranslationAnnotationOrBuilder

hasClassification()

public abstract boolean hasClassification()

Annotation details for content or image classification.

.google.cloud.automl.v1.ClassificationAnnotation classification = 3;

Returns
Type Description
boolean

Whether the classification field is set.

hasImageObjectDetection()

public abstract boolean hasImageObjectDetection()

Annotation details for image object detection.

.google.cloud.automl.v1.ImageObjectDetectionAnnotation image_object_detection = 4;

Returns
Type Description
boolean

Whether the imageObjectDetection field is set.

hasTextExtraction()

public abstract boolean hasTextExtraction()

Annotation details for text extraction.

.google.cloud.automl.v1.TextExtractionAnnotation text_extraction = 6;

Returns
Type Description
boolean

Whether the textExtraction field is set.

hasTextSentiment()

public abstract boolean hasTextSentiment()

Annotation details for text sentiment.

.google.cloud.automl.v1.TextSentimentAnnotation text_sentiment = 7;

Returns
Type Description
boolean

Whether the textSentiment field is set.

hasTranslation()

public abstract boolean hasTranslation()

Annotation details for translation.

.google.cloud.automl.v1.TranslationAnnotation translation = 2;

Returns
Type Description
boolean

Whether the translation field is set.