Class TranscriptionConfigMode
java.lang.Object
com.google.genai.gaos.models.interactions.TranscriptionConfigMode
TranscriptionConfigMode
Discriminated transcription mode options or enum.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionOptional<com.fasterxml.jackson.databind.JsonNode>asJson()Returns anOptionalcontaining the value as aJsonNode.booleaninthashCode()static TranscriptionConfigModeof(TranscriptionConfigModeEnum value) static TranscriptionConfigModeof(TranscriptionMode value) toString()
-
Method Details
-
of
-
of
-
transcriptionMode
Returns anOptionalcontaining the value if it is of typeTranscriptionMode, otherwise returns an emptyOptional.- Returns:
- an
Optionalcontaining theTranscriptionModevalue, or empty if not of this type
-
transcriptionConfigModeEnum
Returns anOptionalcontaining the value if it is of typeTranscriptionConfigModeEnum, otherwise returns an emptyOptional.- Returns:
- an
Optionalcontaining theTranscriptionConfigModeEnumvalue, or empty if not of this type
-
asJson
Returns anOptionalcontaining the value as aJsonNode. This accessor returns the raw JSON when the value doesn't match any of the defined union types.- Returns:
- an
Optionalcontaining theJsonNodevalue, or empty if value matched a known type
-
equals
-
hashCode
public int hashCode() -
toString
-