Class AudioResponseFormatDelivery
java.lang.Object
com.google.genai.gaos.models.interactions.AudioResponseFormatDelivery
AudioResponseFormatDelivery
The delivery mode for the audio output.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AudioResponseFormatDeliverystatic final AudioResponseFormatDelivery -
Method Summary
Modifier and TypeMethodDescriptionasEnum()booleaninthashCode()booleanisKnown()static AudioResponseFormatDeliveryReturns a AudioResponseFormatDelivery with the given value.toString()value()static AudioResponseFormatDelivery[]values()
-
Field Details
-
INLINE
-
URI
-
-
Method Details
-
of
Returns a AudioResponseFormatDelivery with the given value. For a specific value the returned object will always be a singleton so reference equality is satisfied when the values are the same.- Parameters:
value- value to be wrapped as AudioResponseFormatDelivery
-
value
-
asEnum
-
isKnown
public boolean isKnown() -
hashCode
public int hashCode() -
equals
-
toString
-
values
-