google-genai
Toggle table of contents
JVM
Platform filter
JVM
Switch theme
Search in API
google-genai
google-genai
/
com.google.genai.types
/
SubjectReferenceType
Subject
Reference
Type
public
class
SubjectReferenceType
Enum representing the subject type of a subject reference image.
Members
Constructors
Subject
Reference
Type
Link copied to clipboard
public
void
SubjectReferenceType
(
String
value
)
public
void
SubjectReferenceType
(
SubjectReferenceType.Known
knownValue
)
Types
Known
Link copied to clipboard
public
enum
Known
Enum representing the known values for SubjectReferenceType.
Functions
equals
Link copied to clipboard
public
boolean
equals
(
Object
o
)
hash
Code
Link copied to clipboard
public
int
hashCode
(
)
known
Enum
Link copied to clipboard
public
SubjectReferenceType.Known
knownEnum
(
)
to
String
Link copied to clipboard
public
String
toString
(
)