อินเทอร์เฟซแบบคงที่สาธารณะ Summary.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;