google-genai
Toggle table of contents
JVM
Platform filter
JVM
Switch theme
Search in API
google-genai
google-genai
/
com.google.genai.types
/
DocumentState
Document
State
public
class
DocumentState
Output only. Current state of the `Document`. This enum is not supported in Vertex AI.
Members
Constructors
Document
State
Link copied to clipboard
public
void
DocumentState
(
String
value
)
public
void
DocumentState
(
DocumentState.Known
knownValue
)
Types
Known
Link copied to clipboard
public
enum
Known
Enum representing the known values for DocumentState.
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
DocumentState.Known
knownEnum
(
)
to
String
Link copied to clipboard
public
String
toString
(
)