パブリック静的インターフェイス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;