Uses of Class
com.google.genai.types.AvatarConfig
Packages that use AvatarConfig
-
Uses of AvatarConfig in com.google.genai.types
Methods in com.google.genai.types that return AvatarConfigModifier and TypeMethodDescriptionabstract AvatarConfigAvatarConfig.Builder.build()static AvatarConfigDeserializes a JSON string to a AvatarConfig object.Methods in com.google.genai.types that return types with arguments of type AvatarConfigModifier and TypeMethodDescriptionabstract Optional<AvatarConfig>LiveClientSetup.avatarConfig()Configures the avatar model behavior.abstract Optional<AvatarConfig>LiveConnectConfig.avatarConfig()Configures the avatar model behavior.Methods in com.google.genai.types with parameters of type AvatarConfigModifier and TypeMethodDescriptionabstract LiveClientSetup.BuilderLiveClientSetup.Builder.avatarConfig(AvatarConfig avatarConfig) Setter for avatarConfig.abstract LiveConnectConfig.BuilderLiveConnectConfig.Builder.avatarConfig(AvatarConfig avatarConfig) Setter for avatarConfig.