Package com.openai.models.images
        Interface ImageEditParams.Image.Visitor
- 
                    
                    - All Implemented Interfaces:
 
 public interface ImageEditParams.Image.Visitor<T extends Object>
- 
                
                    
                    - 
                                
                            
                                Method SummaryModifier and Type Method Description abstract TvisitInputStream(InputStream inputStream)abstract TvisitInputStreams(List<InputStream> inputStreams)Tunknown(JsonValue json)Maps an unknown variant of Image to a value of type T. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        visitInputStreamabstract T visitInputStream(InputStream inputStream) 
 - 
                                        visitInputStreamsabstract T visitInputStreams(List<InputStream> inputStreams) 
 - 
                                        unknownT unknown(JsonValue json) Maps an unknown variant of Image to a value of type T. An instance of Image can contain an unknown variant if it was deserialized from data that doesn't match any known variant. For example, if the SDK is on an older version than the API, then the API may respond with new variants that the SDK is unaware of. 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-