Uses of Enum Class
cloud.liblibai.openapi.client.model.TextToImageUltraRequestGenerateParams.AspectRatioEnum
Packages that use TextToImageUltraRequestGenerateParams.AspectRatioEnum
-
Uses of TextToImageUltraRequestGenerateParams.AspectRatioEnum in cloud.liblibai.openapi.client.model
Subclasses with type arguments of type TextToImageUltraRequestGenerateParams.AspectRatioEnum in cloud.liblibai.openapi.client.modelModifier and TypeClassDescriptionstatic enum图片宽高比预设,与imageSize二选一配置即可static classMethods in cloud.liblibai.openapi.client.model that return TextToImageUltraRequestGenerateParams.AspectRatioEnumModifier and TypeMethodDescriptionTextToImageUltraRequestGenerateParams.getAspectRatio()图片宽高比预设,与imageSize二选一配置即可TextToImageUltraRequestGenerateParams.AspectRatioEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) Returns the enum constant of this class with the specified name.TextToImageUltraRequestGenerateParams.AspectRatioEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cloud.liblibai.openapi.client.model with parameters of type TextToImageUltraRequestGenerateParams.AspectRatioEnumModifier and TypeMethodDescriptionTextToImageUltraRequestGenerateParams.aspectRatio(TextToImageUltraRequestGenerateParams.AspectRatioEnum aspectRatio) voidTextToImageUltraRequestGenerateParams.setAspectRatio(TextToImageUltraRequestGenerateParams.AspectRatioEnum aspectRatio) voidTextToImageUltraRequestGenerateParams.AspectRatioEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, TextToImageUltraRequestGenerateParams.AspectRatioEnum enumeration)