public final class AnnotationPayload extends GeneratedMessageV3 implements AnnotationPayloadOrBuilder
   
   Contains annotation information that is relevant to AutoML.
 Protobuf type google.cloud.automl.v1beta1.AnnotationPayload
    Inherited Members
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
   
  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 |  | 
    
  
  TABLES_FIELD_NUMBER
  
    public static final int TABLES_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 |  | 
    
  
  VIDEO_CLASSIFICATION_FIELD_NUMBER
  
    public static final int VIDEO_CLASSIFICATION_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  VIDEO_OBJECT_TRACKING_FIELD_NUMBER
  
    public static final int VIDEO_OBJECT_TRACKING_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 ClassificationProto.ClassificationAnnotation getClassification()
   
   Annotation details for content or image classification.
 .google.cloud.automl.v1beta1.ClassificationAnnotation classification = 3;
getClassificationOrBuilder()
  
    public ClassificationProto.ClassificationAnnotationOrBuilder getClassificationOrBuilder()
   
   Annotation details for content or image classification.
 .google.cloud.automl.v1beta1.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.v1beta1.ImageObjectDetectionAnnotation image_object_detection = 4;
 
getImageObjectDetectionOrBuilder()
  
    public ImageObjectDetectionAnnotationOrBuilder getImageObjectDetectionOrBuilder()
   
   Annotation details for image object detection.
 .google.cloud.automl.v1beta1.ImageObjectDetectionAnnotation image_object_detection = 4;
 
getParserForType()
  
    public Parser<AnnotationPayload> getParserForType()
   
  
  Overrides
  
  
  getSerializedSize()
  
    public int getSerializedSize()
   
  
    
      
        | Returns | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  Overrides
  
  
  getTables()
  
    public TablesAnnotation getTables()
   
   Annotation details for Tables.
 .google.cloud.automl.v1beta1.TablesAnnotation tables = 10;
getTablesOrBuilder()
  
    public TablesAnnotationOrBuilder getTablesOrBuilder()
   
   Annotation details for Tables.
 .google.cloud.automl.v1beta1.TablesAnnotation tables = 10;
    public TextExtractionAnnotation getTextExtraction()
   
   Annotation details for text extraction.
 .google.cloud.automl.v1beta1.TextExtractionAnnotation text_extraction = 6;
    public TextExtractionAnnotationOrBuilder getTextExtractionOrBuilder()
   
   Annotation details for text extraction.
 .google.cloud.automl.v1beta1.TextExtractionAnnotation text_extraction = 6;
getTextSentiment()
  
    public TextSentimentProto.TextSentimentAnnotation getTextSentiment()
   
   Annotation details for text sentiment.
 .google.cloud.automl.v1beta1.TextSentimentAnnotation text_sentiment = 7;
getTextSentimentOrBuilder()
  
    public TextSentimentProto.TextSentimentAnnotationOrBuilder getTextSentimentOrBuilder()
   
   Annotation details for text sentiment.
 .google.cloud.automl.v1beta1.TextSentimentAnnotation text_sentiment = 7;
getTranslation()
  
    public TranslationAnnotation getTranslation()
   
   Annotation details for translation.
 .google.cloud.automl.v1beta1.TranslationAnnotation translation = 2;
getTranslationOrBuilder()
  
    public TranslationAnnotationOrBuilder getTranslationOrBuilder()
   
   Annotation details for translation.
 .google.cloud.automl.v1beta1.TranslationAnnotation translation = 2;
getVideoClassification()
  
    public ClassificationProto.VideoClassificationAnnotation getVideoClassification()
   
   Annotation details for video classification.
 Returned for Video Classification predictions.
 .google.cloud.automl.v1beta1.VideoClassificationAnnotation video_classification = 9;
 
getVideoClassificationOrBuilder()
  
    public ClassificationProto.VideoClassificationAnnotationOrBuilder getVideoClassificationOrBuilder()
   
   Annotation details for video classification.
 Returned for Video Classification predictions.
 .google.cloud.automl.v1beta1.VideoClassificationAnnotation video_classification = 9;
 
getVideoObjectTracking()
  
    public VideoObjectTrackingAnnotation getVideoObjectTracking()
   
   Annotation details for video object tracking.
 .google.cloud.automl.v1beta1.VideoObjectTrackingAnnotation video_object_tracking = 8;
 
getVideoObjectTrackingOrBuilder()
  
    public VideoObjectTrackingAnnotationOrBuilder getVideoObjectTrackingOrBuilder()
   
   Annotation details for video object tracking.
 .google.cloud.automl.v1beta1.VideoObjectTrackingAnnotation video_object_tracking = 8;
 
hasClassification()
  
    public boolean hasClassification()
   
   Annotation details for content or image classification.
 .google.cloud.automl.v1beta1.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.v1beta1.ImageObjectDetectionAnnotation image_object_detection = 4;
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | Whether the imageObjectDetection field is set. | 
    
  
  
  hasTables()
  
    public boolean hasTables()
   
   Annotation details for Tables.
 .google.cloud.automl.v1beta1.TablesAnnotation tables = 10;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | Whether the tables field is set. | 
    
  
  
  
  
    public boolean hasTextExtraction()
   
   Annotation details for text extraction.
 .google.cloud.automl.v1beta1.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.v1beta1.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.v1beta1.TranslationAnnotation translation = 2;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | Whether the translation field is set. | 
    
  
  
  hasVideoClassification()
  
    public boolean hasVideoClassification()
   
   Annotation details for video classification.
 Returned for Video Classification predictions.
 .google.cloud.automl.v1beta1.VideoClassificationAnnotation video_classification = 9;
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | Whether the videoClassification field is set. | 
    
  
  
  hasVideoObjectTracking()
  
    public boolean hasVideoObjectTracking()
   
   Annotation details for video object tracking.
 .google.cloud.automl.v1beta1.VideoObjectTrackingAnnotation video_object_tracking = 8;
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | Whether the videoObjectTracking 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)
   
  
  
    
      
        | Returns | 
      
        | Type | Description | 
      
        | Object |  | 
    
  
  Overrides
  
  
  toBuilder()
  
    public AnnotationPayload.Builder toBuilder()
   
  
  
  writeTo(CodedOutputStream output)
  
    public void writeTo(CodedOutputStream output)
   
  
  Overrides