public statik son sınıf Summary.Image.Builder
Protobuf türü tensorflow.Summary.Image
Genel Yöntemler
Özet.Resim.Oluşturucu | addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor alanı, Nesne değeri) |
Özet.Resim | inşa etmek () |
Özet.Resim | inşaKısmi () |
Özet.Resim.Oluşturucu | temizlemek () |
Özet.Resim.Oluşturucu | clearColorspace () Valid colorspace values are 1 - grayscale 2 - grayscale + alpha 3 - RGB 4 - RGBA 5 - DIGITAL_YUV 6 - BGRA int32 colorspace = 3; |
Özet.Resim.Oluşturucu | clearEncodedImageString () Image data in encoded format. |
Özet.Resim.Oluşturucu | clearField (com.google.protobuf.Descriptors.FieldDescriptor alanı) |
Özet.Resim.Oluşturucu | clearHeight () Dimensions of the image. |
Özet.Resim.Oluşturucu | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Özet.Resim.Oluşturucu | clearWidth () int32 width = 2; |
Özet.Resim.Oluşturucu | klon () |
int | getColorspace () Valid colorspace values are 1 - grayscale 2 - grayscale + alpha 3 - RGB 4 - RGBA 5 - DIGITAL_YUV 6 - BGRA int32 colorspace = 3; |
Özet.Resim | |
final statik com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.ByteString | getEncodedImageString () Image data in encoded format. |
int | getHeight () Dimensions of the image. |
int | getWidth () int32 width = 2; |
son boole değeri | Başlatıldı () |
Özet.Resim.Oluşturucu | mergeFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Özet.Resim.Oluşturucu | mergeFrom (com.google.protobuf.Message other) |
son Özet.Image.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet bilinmiyorFields) |
Özet.Resim.Oluşturucu | setColorspace (int değeri) Valid colorspace values are 1 - grayscale 2 - grayscale + alpha 3 - RGB 4 - RGBA 5 - DIGITAL_YUV 6 - BGRA int32 colorspace = 3; |
Özet.Resim.Oluşturucu | setEncodedImageString (com.google.protobuf.ByteString değeri) Image data in encoded format. |
Özet.Resim.Oluşturucu | setField (com.google.protobuf.Descriptors.FieldDescriptor alanı, Nesne değeri) |
Özet.Resim.Oluşturucu | setHeight (int değeri) Dimensions of the image. |
Özet.Resim.Oluşturucu | setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor alanı, int dizini, Nesne değeri) |
son Özet.Image.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet bilinmeyenFields) |
Özet.Resim.Oluşturucu | setWidth (int değeri) int32 width = 2; |
Kalıtsal Yöntemler
Genel Yöntemler
public Summary.Image.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor alanı, Nesne değeri)
genel Özet.Image.Builder clearColorspace ()
Valid colorspace values are 1 - grayscale 2 - grayscale + alpha 3 - RGB 4 - RGBA 5 - DIGITAL_YUV 6 - BGRA
int32 colorspace = 3;
public 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;
public 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 ()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
public 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;
genel int getHeight ()
Dimensions of the image.
int32 height = 1;
public int getWidth ()
int32 width = 2;
genel final boolean isInitialized ()
public Summary.Image.Builder mergeFrom (com.google.protobuf.CodedInputStream girişi, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Atar
IO İstisnası |
---|
genel final Summary.Image.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet bilinmiyorFields)
public Summary.Image.Builder setColorspace (int değeri)
Valid colorspace values are 1 - grayscale 2 - grayscale + alpha 3 - RGB 4 - RGBA 5 - DIGITAL_YUV 6 - BGRA
int32 colorspace = 3;
public Summary.Image.Builder setEncodedImageString (com.google.protobuf.ByteString değeri)
Image data in encoded format. All image formats supported by image_codec::CoderUtil can be stored here.
bytes encoded_image_string = 4;