Summary.ImageOrBuilder

publiczny interfejs statyczny Podsumowanie.ImageOrBuilder
Znane podklasy pośrednie

Metody publiczne

streszczenie wew
pobierzColorspace ()
 Valid colorspace values are
   1 - grayscale
   2 - grayscale + alpha
   3 - RGB
   4 - RGBA
   5 - DIGITAL_YUV
   6 - BGRA
 
int32 colorspace = 3;
streszczenie com.google.protobuf.ByteString
getEncodedImageString ()
 Image data in encoded format.
streszczenie wew
getHeight ()
 Dimensions of the image.
streszczenie wew
uzyskaj szerokość ()
int32 width = 2;

Metody publiczne

publiczna abstrakcja int getColorspace ()

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

publiczne streszczenie 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;

publiczne streszczenie int getHeight ()

 Dimensions of the image.
 
int32 height = 1;

publiczne streszczenie int getWidth ()

int32 width = 2;