Interface ImagePropertiesOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ImageProperties, ImageProperties.Builder

    public interface ImagePropertiesOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      DominantColorsAnnotation getDominantColors()
      If present, dominant colors completed successfully.
      DominantColorsAnnotationOrBuilder getDominantColorsOrBuilder()
      If present, dominant colors completed successfully.
      boolean hasDominantColors()
      If present, dominant colors completed successfully.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasDominantColors

        boolean hasDominantColors()
         If present, dominant colors completed successfully.
         
        .google.cloud.vision.v1p4beta1.DominantColorsAnnotation dominant_colors = 1;
        Returns:
        Whether the dominantColors field is set.
      • getDominantColors

        DominantColorsAnnotation getDominantColors()
         If present, dominant colors completed successfully.
         
        .google.cloud.vision.v1p4beta1.DominantColorsAnnotation dominant_colors = 1;
        Returns:
        The dominantColors.
      • getDominantColorsOrBuilder

        DominantColorsAnnotationOrBuilder getDominantColorsOrBuilder()
         If present, dominant colors completed successfully.
         
        .google.cloud.vision.v1p4beta1.DominantColorsAnnotation dominant_colors = 1;