パブリック静的最終クラスSummary.Image.Builder
Protobuf 型tensorflow.Summary.Image
パブリックメソッド
概要.画像.ビルダー | addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値) |
概要.画像 | 建てる() |
概要.画像 | buildPartial () |
概要.画像.ビルダー | クリア() |
概要.画像.ビルダー | クリアカラースペース() 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; |
概要.画像 | |
最終的な静的 com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.Descriptors.Descriptor | |
com.google.protobuf.ByteString | getEncodedImageString () Image data in encoded format. |
整数 | getHeight () 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.UnknownFieldSet 不明フィールド) |
概要.画像.ビルダー | 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 フィールド、オブジェクト値) |
概要.画像.ビルダー | setHeight (int 値) Dimensions of the image. |
概要.画像.ビルダー | setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、int インデックス、オブジェクト値) |
最終的な概要.画像.ビルダー | setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields) |
概要.画像.ビルダー | 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;
パブリック最終ブール値isInitialized ()
public Summary.Image.Builder mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
投げる
IO例外 |
---|
public Final Summary.Image.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)
public 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;