Uses of Class
com.google.genai.types.DocumentState
Packages that use DocumentState
-
Uses of DocumentState in com.google.genai.types
Methods in com.google.genai.types that return types with arguments of type DocumentStateModifier and TypeMethodDescriptionabstract Optional<DocumentState>Document.state()The current state of the Document.Methods in com.google.genai.types with parameters of type DocumentStateModifier and TypeMethodDescriptionabstract Document.BuilderDocument.Builder.state(DocumentState state) Setter for state.