Send feedback
Class AnnotationPayload (2.13.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.13.0 keyboard_arrow_down
public final class AnnotationPayload extends GeneratedMessageV3 implements AnnotationPayloadOrBuilder
Contains annotation information that is relevant to AutoML.
Protobuf type google.cloud.automl.v1.AnnotationPayload
Static Fields
ANNOTATION_SPEC_ID_FIELD_NUMBER
public static final int ANNOTATION_SPEC_ID_FIELD_NUMBER
Field Value Type Description int
CLASSIFICATION_FIELD_NUMBER
public static final int CLASSIFICATION_FIELD_NUMBER
Field Value Type Description int
DISPLAY_NAME_FIELD_NUMBER
public static final int DISPLAY_NAME_FIELD_NUMBER
Field Value Type Description int
IMAGE_OBJECT_DETECTION_FIELD_NUMBER
public static final int IMAGE_OBJECT_DETECTION_FIELD_NUMBER
Field Value Type Description int
public static final int TEXT_EXTRACTION_FIELD_NUMBER
Field Value Type Description int
TEXT_SENTIMENT_FIELD_NUMBER
public static final int TEXT_SENTIMENT_FIELD_NUMBER
Field Value Type Description int
TRANSLATION_FIELD_NUMBER
public static final int TRANSLATION_FIELD_NUMBER
Field Value Type Description int
Static Methods
getDefaultInstance()
public static AnnotationPayload getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static AnnotationPayload . Builder newBuilder ()
newBuilder(AnnotationPayload prototype)
public static AnnotationPayload . Builder newBuilder ( AnnotationPayload prototype )
public static AnnotationPayload parseDelimitedFrom ( InputStream input )
public static AnnotationPayload parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static AnnotationPayload parseFrom ( byte [] data )
Parameter Name Description data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AnnotationPayload parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static AnnotationPayload parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AnnotationPayload parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static AnnotationPayload parseFrom ( CodedInputStream input )
public static AnnotationPayload parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static AnnotationPayload parseFrom ( InputStream input )
public static AnnotationPayload parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static AnnotationPayload parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static AnnotationPayload parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<AnnotationPayload> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter Name Description obj
Object
Overrides
getAnnotationSpecId()
public 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 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 ClassificationAnnotation getClassification ()
Annotation details for content or image classification.
.google.cloud.automl.v1.ClassificationAnnotation classification = 3;
getClassificationOrBuilder()
public ClassificationAnnotationOrBuilder getClassificationOrBuilder ()
Annotation details for content or image classification.
.google.cloud.automl.v1.ClassificationAnnotation classification = 3;
getDefaultInstanceForType()
public AnnotationPayload getDefaultInstanceForType ()
getDetailCase()
public AnnotationPayload . DetailCase getDetailCase ()
getDisplayName()
public 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 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 ImageObjectDetectionAnnotation getImageObjectDetection ()
Annotation details for image object detection.
.google.cloud.automl.v1.ImageObjectDetectionAnnotation image_object_detection = 4;
getImageObjectDetectionOrBuilder()
public ImageObjectDetectionAnnotationOrBuilder getImageObjectDetectionOrBuilder ()
Annotation details for image object detection.
.google.cloud.automl.v1.ImageObjectDetectionAnnotation image_object_detection = 4;
getParserForType()
public Parser<AnnotationPayload> getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns Type Description int
Overrides
public TextExtractionAnnotation getTextExtraction ()
Annotation details for text extraction.
.google.cloud.automl.v1.TextExtractionAnnotation text_extraction = 6;
public TextExtractionAnnotationOrBuilder getTextExtractionOrBuilder ()
Annotation details for text extraction.
.google.cloud.automl.v1.TextExtractionAnnotation text_extraction = 6;
getTextSentiment()
public TextSentimentAnnotation getTextSentiment ()
Annotation details for text sentiment.
.google.cloud.automl.v1.TextSentimentAnnotation text_sentiment = 7;
getTextSentimentOrBuilder()
public TextSentimentAnnotationOrBuilder getTextSentimentOrBuilder ()
Annotation details for text sentiment.
.google.cloud.automl.v1.TextSentimentAnnotation text_sentiment = 7;
getTranslation()
public TranslationAnnotation getTranslation ()
Annotation details for translation.
.google.cloud.automl.v1.TranslationAnnotation translation = 2;
getTranslationOrBuilder()
public TranslationAnnotationOrBuilder getTranslationOrBuilder ()
Annotation details for translation.
.google.cloud.automl.v1.TranslationAnnotation translation = 2;
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Overrides
hasClassification()
public 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 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.
public 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 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 boolean hasTranslation ()
Annotation details for translation.
.google.cloud.automl.v1.TranslationAnnotation translation = 2;
Returns Type Description boolean
Whether the translation field is set.
hashCode()
Returns Type Description int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public AnnotationPayload . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected AnnotationPayload . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Overrides
toBuilder()
public AnnotationPayload . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["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-01-28 UTC."],[],[]]