com.google.cloud.vision.v1p4beta1.ImagePropertiesOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-cloud-vision-v1p4beta1 Show documentation
Show all versions of proto-google-cloud-vision-v1p4beta1 Show documentation
PROTO library for proto-google-cloud-vision-v1p4beta1
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/cloud/vision/v1p4beta1/image_annotator.proto
package com.google.cloud.vision.v1p4beta1;
public interface ImagePropertiesOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.vision.v1p4beta1.ImageProperties)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* If present, dominant colors completed successfully.
*
*
* .google.cloud.vision.v1p4beta1.DominantColorsAnnotation dominant_colors = 1;
*/
boolean hasDominantColors();
/**
*
*
*
* If present, dominant colors completed successfully.
*
*
* .google.cloud.vision.v1p4beta1.DominantColorsAnnotation dominant_colors = 1;
*/
com.google.cloud.vision.v1p4beta1.DominantColorsAnnotation getDominantColors();
/**
*
*
*
* If present, dominant colors completed successfully.
*
*
* .google.cloud.vision.v1p4beta1.DominantColorsAnnotation dominant_colors = 1;
*/
com.google.cloud.vision.v1p4beta1.DominantColorsAnnotationOrBuilder getDominantColorsOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy