عمومی استاتیک کلاس نهایی خلاصه.تصویر.سازنده
نوع پروتوباف tensorflow.Summary.Image
روش های عمومی
| خلاصه.تصویر.ساز | addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor فیلد، مقدار Object) |
| خلاصه.تصویر | ساختن () |
| خلاصه.تصویر | ساخت جزئی () |
| خلاصه.تصویر.ساز | روشن () |
| خلاصه.تصویر.ساز | شفاف رنگ () Valid colorspace values are 1 - grayscale 2 - grayscale + alpha 3 - RGB 4 - RGBA 5 - DIGITAL_YUV 6 - BGRA int32 colorspace = 3; |
| خلاصه.تصویر.ساز | clearEncodedImageString () Image data in encoded format. |
| خلاصه.تصویر.ساز | clearField (فیلد com.google.protobuf.Descriptors.FieldDescriptor) |
| خلاصه.تصویر.ساز | ارتفاع روشن () Dimensions of the image. |
| خلاصه.تصویر.ساز | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
| خلاصه.تصویر.ساز | پهنای شفاف () int32 width = 2; |
| خلاصه.تصویر.ساز | کلون () |
| بین المللی | getColorspace () Valid colorspace values are 1 - grayscale 2 - grayscale + alpha 3 - RGB 4 - RGBA 5 - DIGITAL_YUV 6 - BGRA int32 colorspace = 3; |
| خلاصه.تصویر | |
| نهایی static com.google.protobuf.Descriptors.Descriptor | |
| com.google.protobuf.Descriptors.Descriptor | |
| com.google.protobuf.ByteString | getEncodedImageString () Image data in encoded format. |
| بین المللی | دریافت قد () Dimensions of the image. |
| بین المللی | getWidth () int32 width = 2; |
| بولی نهایی | |
| خلاصه.تصویر.ساز | mergeFrom (ورودی com.google.protobuf.CodedInputStream، com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| خلاصه.تصویر.ساز | mergeFrom (com.google.protobuf.Message other) |
| خلاصه نهایی.تصویر.سازنده | mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields) |
| خلاصه.تصویر.ساز | setColorspace (مقدار int) Valid colorspace values are 1 - grayscale 2 - grayscale + alpha 3 - RGB 4 - RGBA 5 - DIGITAL_YUV 6 - BGRA int32 colorspace = 3; |
| خلاصه.تصویر.ساز | setEncodedImageString (مقدار com.google.protobuf.ByteString) Image data in encoded format. |
| خلاصه.تصویر.ساز | setField (com.google.protobuf.Descriptors.FieldDescriptor فیلد، مقدار Object) |
| خلاصه.تصویر.ساز | setHeight (مقدار int) Dimensions of the image. |
| خلاصه.تصویر.ساز | setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor، نمایه int، مقدار Object) |
| خلاصه نهایی.تصویر.سازنده | setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields) |
| خلاصه.تصویر.ساز | setWidth (مقدار int) int32 width = 2; |
روش های ارثی
روش های عمومی
عمومی Summary.Image.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor فیلد، مقدار Object)
عمومی Summary.Image.Builder clearColorspace ()
Valid colorspace values are 1 - grayscale 2 - grayscale + alpha 3 - RGB 4 - RGBA 5 - DIGITAL_YUV 6 - BGRA
int32 colorspace = 3; عمومی Summary.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 getColorspace ()
Valid colorspace values are 1 - grayscale 2 - grayscale + alpha 3 - RGB 4 - RGBA 5 - DIGITAL_YUV 6 - BGRA
int32 colorspace = 3; public static final 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; عمومی int getHeight ()
Dimensions of the image.
int32 height = 1; عمومی int getWidth ()
int32 width = 2;
بولین نهایی عمومی isInitialized ()
عمومی Summary.Image.Builder mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
پرتاب می کند
| IOException |
|---|
عمومی نهایی Summary.Image.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
عمومی Summary.Image.Builder setColorspace (int value)
Valid colorspace values are 1 - grayscale 2 - grayscale + alpha 3 - RGB 4 - RGBA 5 - DIGITAL_YUV 6 - BGRA
int32 colorspace = 3; عمومی Summary.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;