public interface ImagePropertiesOrBuilder extends MessageOrBuilder
Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasDominantColors()
If present, dominant colors completed successfully.
.google.cloud.vision.v1.DominantColorsAnnotation dominant_colors = 1;
DominantColorsAnnotation getDominantColors()
If present, dominant colors completed successfully.
.google.cloud.vision.v1.DominantColorsAnnotation dominant_colors = 1;
DominantColorsAnnotationOrBuilder getDominantColorsOrBuilder()
If present, dominant colors completed successfully.
.google.cloud.vision.v1.DominantColorsAnnotation dominant_colors = 1;