Summary.Image.Builder

classe final pública estática Summary.Image.Builder

tensorflow.Summary.Image type tensorflow.Summary.Image

Métodos Públicos

Summary.Image.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
Summary.Image
build ()
Summary.Image
Summary.Image.Builder
limpar ()
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.
Summary.Image.Builder
clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
Summary.Image.Builder
clearHeight ()
 Dimensions of the image.
Summary.Image.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
Summary.Image.Builder
clearWidth ()
int32 width = 2;
Summary.Image.Builder
clone ()
int
getColorspace ()
 Valid colorspace values are
   1 - grayscale
   2 - grayscale + alpha
   3 - RGB
   4 - RGBA
   5 - DIGITAL_YUV
   6 - BGRA
 
int32 colorspace = 3;
Summary.Image
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;
final booleano
Summary.Image.Builder
mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Summary.Image.Builder
mergeFrom (com.google.protobuf.Message other)
final Summary.Image.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
Summary.Image.Builder
setColorspace (valor int)
 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 value)
 Image data in encoded format.
Summary.Image.Builder
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
Summary.Image.Builder
setHeight (valor int)
 Dimensions of the image.
Summary.Image.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor do objeto)
final Summary.Image.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
Summary.Image.Builder
setWidth (valor int)
int32 width = 2;

Métodos herdados

Métodos Públicos

public Summary.Image.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)

public Summary.Image build ()

public Summary.Image buildPartial ()

public Summary.Image.Builder clear ()

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 Summary.Image.Builder clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)

public Summary.Image.Builder clearHeight ()

 Dimensions of the image.
 
int32 height = 1;

public Summary.Image.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

public Summary.Image.Builder clearWidth ()

int32 width = 2;

public Summary.Image.Builder clone ()

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 Summary.Image getDefaultInstanceForType ()

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 final boolean isInitialized ()

public Summary.Image.Builder mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public Summary.Image.Builder mergeFrom (com.google.protobuf.Message other)

public final Summary.Image.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

public Summary.Image.Builder setColorspace (valor 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 value)

 Image data in encoded format.  All image formats supported by
 image_codec::CoderUtil can be stored here.
 
bytes encoded_image_string = 4;

public Summary.Image.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)

public Summary.Image.Builder setHeight (valor int)

 Dimensions of the image.
 
int32 height = 1;

public Summary.Image.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor do objeto)

public final Summary.Image.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

public Summary.Image.Builder setWidth (valor int)

int32 width = 2;