antarmuka statis publik Ringkasan.ImageOrBuilder
Subkelas Tidak Langsung yang Diketahui |
Metode Publik
abstrak ke dalam | dapatkan Ruang Warna () Valid colorspace values are 1 - grayscale 2 - grayscale + alpha 3 - RGB 4 - RGBA 5 - DIGITAL_YUV 6 - BGRA int32 colorspace = 3; |
abstrak com.google.protobuf.ByteString | dapatkanEncodedImageString () Image data in encoded format. |
abstrak ke dalam | dapatkan Tinggi () Dimensions of the image. |
abstrak ke dalam | dapatkan Lebar () int32 width = 2; |
Metode Publik
abstrak publik int getColorspace ()
Valid colorspace values are 1 - grayscale 2 - grayscale + alpha 3 - RGB 4 - RGBA 5 - DIGITAL_YUV 6 - BGRA
int32 colorspace = 3;
abstrak publik 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;
abstrak publik int getHeight ()
Dimensions of the image.
int32 height = 1;
abstrak publik int getWidth ()
int32 width = 2;