Class ImageEditPartialImageEvent
- 
                    
                    - All Implemented Interfaces:
 
 public final class ImageEditPartialImageEventEmitted when a partial image is available during image editing streaming. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classImageEditPartialImageEvent.BuilderA builder for ImageEditPartialImageEvent. public final classImageEditPartialImageEvent.BackgroundThe background setting for the requested edited image. public final classImageEditPartialImageEvent.OutputFormatThe output format for the requested edited image. public final classImageEditPartialImageEvent.QualityThe quality setting for the requested edited image. public final classImageEditPartialImageEvent.SizeThe size of the requested edited image. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final Stringb64Json()Base64-encoded partial image data, suitable for rendering as an image. final ImageEditPartialImageEvent.Backgroundbackground()The background setting for the requested edited image. final LongcreatedAt()The Unix timestamp when the event was created. final ImageEditPartialImageEvent.OutputFormatoutputFormat()The output format for the requested edited image. final LongpartialImageIndex()0-based index for the partial image (streaming). final ImageEditPartialImageEvent.Qualityquality()The quality setting for the requested edited image. final ImageEditPartialImageEvent.Sizesize()The size of the requested edited image. final JsonValue_type()The type of the event. final JsonField<String>_b64Json()Returns the raw JSON value of b64Json. final JsonField<ImageEditPartialImageEvent.Background>_background()Returns the raw JSON value of background. final JsonField<Long>_createdAt()Returns the raw JSON value of createdAt. final JsonField<ImageEditPartialImageEvent.OutputFormat>_outputFormat()Returns the raw JSON value of outputFormat. final JsonField<Long>_partialImageIndex()Returns the raw JSON value of partialImageIndex. final JsonField<ImageEditPartialImageEvent.Quality>_quality()Returns the raw JSON value of quality. final JsonField<ImageEditPartialImageEvent.Size>_size()Returns the raw JSON value of size. final Map<String, JsonValue>_additionalProperties()final ImageEditPartialImageEvent.BuildertoBuilder()final ImageEditPartialImageEventvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ImageEditPartialImageEvent.Builderbuilder()Returns a mutable builder for constructing an instance of ImageEditPartialImageEvent. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        b64Jsonfinal String b64Json() Base64-encoded partial image data, suitable for rendering as an image. 
 - 
                                        backgroundfinal ImageEditPartialImageEvent.Background background() The background setting for the requested edited image. 
 - 
                                        outputFormatfinal ImageEditPartialImageEvent.OutputFormat outputFormat() The output format for the requested edited image. 
 - 
                                        partialImageIndexfinal Long partialImageIndex() 0-based index for the partial image (streaming). 
 - 
                                        qualityfinal ImageEditPartialImageEvent.Quality quality() The quality setting for the requested edited image. 
 - 
                                        sizefinal ImageEditPartialImageEvent.Size size() The size of the requested edited image. 
 - 
                                        _typefinal JsonValue _type() The type of the event. Always image_edit.partial_image.Expected to always return the following: JsonValue.from("image_edit.partial_image")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value). 
 - 
                                        _b64Jsonfinal JsonField<String> _b64Json() Returns the raw JSON value of b64Json. Unlike b64Json, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _backgroundfinal JsonField<ImageEditPartialImageEvent.Background> _background() Returns the raw JSON value of background. Unlike background, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _createdAtfinal JsonField<Long> _createdAt() Returns the raw JSON value of createdAt. Unlike createdAt, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _outputFormatfinal JsonField<ImageEditPartialImageEvent.OutputFormat> _outputFormat() Returns the raw JSON value of outputFormat. Unlike outputFormat, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _partialImageIndexfinal JsonField<Long> _partialImageIndex() Returns the raw JSON value of partialImageIndex. Unlike partialImageIndex, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _qualityfinal JsonField<ImageEditPartialImageEvent.Quality> _quality() Returns the raw JSON value of quality. Unlike quality, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _sizefinal JsonField<ImageEditPartialImageEvent.Size> _size() Returns the raw JSON value of size. Unlike size, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal ImageEditPartialImageEvent.Builder toBuilder() 
 - 
                                        validatefinal ImageEditPartialImageEvent validate() 
 - 
                                        builderfinal static ImageEditPartialImageEvent.Builder builder() Returns a mutable builder for constructing an instance of ImageEditPartialImageEvent. The following fields are required: .b64Json() .background() .createdAt() .outputFormat() .partialImageIndex() .quality() .size()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-