ملخص الفصل النهائي الثابت العام.Image.Builder
نوع Protobuf tensorflow.Summary.Image
الأساليب العامة
| ملخص.صورة.Builder | addRepeatedField (حقل com.google.protobuf.Descriptors.FieldDescriptor، قيمة الكائن) |
| ملخص.صورة | يبني () |
| ملخص.صورة | بناء جزئي () |
| ملخص.صورة.Builder | واضح () |
| ملخص.صورة.Builder | كلير كولور سبيس () Valid colorspace values are 1 - grayscale 2 - grayscale + alpha 3 - RGB 4 - RGBA 5 - DIGITAL_YUV 6 - BGRA int32 colorspace = 3; |
| ملخص.صورة.Builder | ClearEncodedImageString () Image data in encoded format. |
| ملخص.صورة.Builder | ClearField (حقل com.google.protobuf.Descriptors.FieldDescriptor) |
| ملخص.صورة.Builder | ارتفاع واضح () Dimensions of the image. |
| ملخص.صورة.Builder | ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
| ملخص.صورة.Builder | عرض واضح () int32 width = 2; |
| ملخص.صورة.Builder | استنساخ () |
| كثافة العمليات | الحصول على مساحة اللون () Valid colorspace values are 1 - grayscale 2 - grayscale + alpha 3 - RGB 4 - RGBA 5 - DIGITAL_YUV 6 - BGRA int32 colorspace = 3; |
| ملخص.صورة | |
| النهائي الثابت com.google.protobuf.Descriptors.Descriptor | |
| com.google.protobuf.Descriptors.Descriptor | |
| com.google.protobuf.ByteString | getEncodedImageString () Image data in encoded format. |
| كثافة العمليات | الحصول على الارتفاع () Dimensions of the image. |
| كثافة العمليات | الحصول على العرض () int32 width = 2; |
| منطقية نهائية | تمت التهيئة () |
| ملخص.صورة.Builder | دمج من (com.google.protobuf.CodedInputStream input، com.google.protobuf.ExtensionRegistryLite ExtensionRegistry) |
| ملخص.صورة.Builder | دمج من (com.google.protobuf.Message أخرى) |
| الملخص النهائي.Image.Builder | دمجUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields) |
| ملخص.صورة.Builder | setColorspace (قيمة int) Valid colorspace values are 1 - grayscale 2 - grayscale + alpha 3 - RGB 4 - RGBA 5 - DIGITAL_YUV 6 - BGRA int32 colorspace = 3; |
| ملخص.صورة.Builder | setEncodedImageString (قيمة com.google.protobuf.ByteString) Image data in encoded format. |
| ملخص.صورة.Builder | setField (حقل com.google.protobuf.Descriptors.FieldDescriptor، قيمة الكائن) |
| ملخص.صورة.Builder | setHeight (قيمة int) Dimensions of the image. |
| ملخص.صورة.Builder | setRepeatedField (حقل com.google.protobuf.Descriptors.FieldDescriptor، فهرس int، قيمة الكائن) |
| الملخص النهائي.Image.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields) |
| ملخص.صورة.Builder | setWidth (قيمة int) int32 width = 2; |
الطرق الموروثة
الأساليب العامة
ملخص عام.Image.Builder addRepeatedField (حقل com.google.protobuf.Descriptors.FieldDescriptor، قيمة الكائن)
ملخص عام.Image.Builder ClearColorspace ()
Valid colorspace values are 1 - grayscale 2 - grayscale + alpha 3 - RGB 4 - RGBA 5 - DIGITAL_YUV 6 - BGRA
int32 colorspace = 3; ملخص عام.Image.Builder ClearEncodedImageString ()
Image data in encoded format. All image formats supported by image_codec::CoderUtil can be stored here.
bytes encoded_image_string = 4; int public 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.Descriptors.Descriptor getDescriptor ()
com.google.protobuf.Descriptors.Descriptor getDescriptorForType () العام
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; كثافة العمليات العامة getHeight ()
Dimensions of the image.
int32 height = 1; getWidth () العام
int32 width = 2;
تمت تهيئة القيمة المنطقية النهائية العامة ()
ملخص عام.Image.Builder mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
رميات
| IOEException |
|---|
ملخص عام.Image.Builder setColorspace (قيمة int)
Valid colorspace values are 1 - grayscale 2 - grayscale + alpha 3 - RGB 4 - RGBA 5 - DIGITAL_YUV 6 - BGRA
int32 colorspace = 3; ملخص عام.Image.Builder setEncodedImageString (قيمة com.google.protobuf.ByteString)
Image data in encoded format. All image formats supported by image_codec::CoderUtil can be stored here.
bytes encoded_image_string = 4;