Summary.ImageOrBuilder

공개 정적 인터페이스 Summary.ImageOrBuilder
알려진 간접 하위 클래스

공개 방법

추상 정수
getColorspace ()
 Valid colorspace values are
   1 - grayscale
   2 - grayscale + alpha
   3 - RGB
   4 - RGBA
   5 - DIGITAL_YUV
   6 - BGRA
 
int32 colorspace = 3;
추상 com.google.protobuf.ByteString
getEncodedImageString ()
 Image data in encoded format.
추상 정수
getHeight ()
 Dimensions of the image.
추상 정수
getWidth ()
int32 width = 2;

공개 방법

공개 추상 int getColorspace ()

 Valid colorspace values are
   1 - grayscale
   2 - grayscale + alpha
   3 - RGB
   4 - RGBA
   5 - DIGITAL_YUV
   6 - BGRA
 
int32 colorspace = 3;

공개 추상 com.google.protobuf.ByteString getEncodedImageString ()

 Image data in encoded format.  All image formats supported by
 image_codec::CoderUtil can be stored here.
 
bytes encoded_image_string = 4;

공개 추상 int getHeight ()

 Dimensions of the image.
 
int32 height = 1;

공개 추상 int getWidth ()

int32 width = 2;