Class Processing
java.lang.Object
com.google.genai.gaos.models.interactions.Processing
Processing
How the model processes this video for understanding.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionOptional<com.fasterxml.jackson.databind.JsonNode>asJson()Returns anOptionalcontaining the value as aJsonNode.booleaninthashCode()static Processingof(MediaProcessing value) static Processingof(ProcessingEnum value) toString()
-
Method Details
-
of
-
of
-
mediaProcessing
Returns anOptionalcontaining the value if it is of typeMediaProcessing, otherwise returns an emptyOptional.- Returns:
- an
Optionalcontaining theMediaProcessingvalue, or empty if not of this type
-
processingEnum
Returns anOptionalcontaining the value if it is of typeProcessingEnum, otherwise returns an emptyOptional.- Returns:
- an
Optionalcontaining theProcessingEnumvalue, 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
-