מחלקה סופית סטטית ציבורית Summary.Image.Builder
tensorflow.Summary.Image
מסוג Protobuf.סיכום.תמונה
שיטות ציבוריות
סיכום.Image.Builder | addRepeatedField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט) |
סיכום.תמונה | לבנות () |
סיכום.תמונה | buildPartial () |
סיכום.Image.Builder | ברור () |
סיכום.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. |
סיכום.Image.Builder | clearField (שדה com.google.protobuf.Descriptors.FieldDescriptor) |
סיכום.Image.Builder | clearHeight () Dimensions of the image. |
סיכום.Image.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
סיכום.Image.Builder | clearWidth () int32 width = 2; |
סיכום.Image.Builder | שיבוט () |
int | getColorspace () Valid colorspace values are 1 - grayscale 2 - grayscale + alpha 3 - RGB 4 - RGBA 5 - DIGITAL_YUV 6 - BGRA int32 colorspace = 3; |
סיכום.תמונה | |
final static 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; |
בוליאנית סופית | |
סיכום.Image.Builder | mergeFrom (קלט com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
סיכום.Image.Builder | mergeFrom (com.google.protobuf.Message אחר) |
סיכום .Image.Builder סופי | mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
סיכום.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. |
סיכום.Image.Builder | setField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט) |
סיכום.Image.Builder | setHeight (ערך int) Dimensions of the image. |
סיכום.Image.Builder | setRepeatedField (שדה com.google.protobuf.Descriptors.FieldDescriptor, אינדקס אינט, ערך אובייקט) |
סיכום .Image.Builder סופי | setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
סיכום.Image.Builder | setWidth (ערך int) int32 width = 2; |
שיטות בירושה
שיטות ציבוריות
Public Summary.Image.Builder addRepeatedField (שדה com.google.protobuf.Descriptors.FieldDescriptor, ערך אובייקט)
Public 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;
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;
public int getHeight ()
Dimensions of the image.
int32 height = 1;
public int getWidth ()
int32 width = 2;
בוליאני הסופי הציבורי הוא אתחול ()
Public Summary.Image.Builder mergeFrom (com.google.protobuf.CodedInputStream קלט, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
זורק
IOException |
---|
Public final Summary.Image.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
ציבורי Summary.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;
Public 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;