Class LanguageAuto

java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.LanguageAuto

public abstract class LanguageAuto extends JsonSerializable
Indicates the language of the audio should be automatically detected.
  • Constructor Details

    • LanguageAuto

      public LanguageAuto()
  • Method Details

    • builder

      public static LanguageAuto.Builder builder()
      Instantiates a builder for LanguageAuto.
    • toBuilder

      public abstract LanguageAuto.Builder toBuilder()
      Creates a builder with the same values as this instance.
    • fromJson

      public static LanguageAuto fromJson(String jsonString)
      Deserializes a JSON string to a LanguageAuto object.