Summary.ImageOrBuilder

ملخص الواجهة الثابتة العامة.ImageOrBuilder
الفئات الفرعية غير المباشرة المعروفة

الأساليب العامة

كثافة العمليات مجردة
الحصول على مساحة اللون ()
 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.
كثافة العمليات مجردة
الحصول على الارتفاع ()
 Dimensions of the image.
كثافة العمليات مجردة
الحصول على العرض ()
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;