com.clarifai.grpc.api.ImageInfoOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: proto/clarifai/api/resources.proto
package com.clarifai.grpc.api;
public interface ImageInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:clarifai.api.ImageInfo)
com.google.protobuf.MessageOrBuilder {
/**
*
* width
*
*
* int32 width = 1;
* @return The width.
*/
int getWidth();
/**
*
* height
*
*
* int32 height = 2;
* @return The height.
*/
int getHeight();
/**
*
* image format
*
*
* string format = 3;
* @return The format.
*/
java.lang.String getFormat();
/**
*
* image format
*
*
* string format = 3;
* @return The bytes for format.
*/
com.google.protobuf.ByteString
getFormatBytes();
/**
*
* image color mode
*
*
* string color_mode = 4;
* @return The colorMode.
*/
java.lang.String getColorMode();
/**
*
* image color mode
*
*
* string color_mode = 4;
* @return The bytes for colorMode.
*/
com.google.protobuf.ByteString
getColorModeBytes();
}