Class DocumentContent
java.lang.Object
com.google.genai.gaos.models.interactions.DocumentContent
- All Implemented Interfaces:
Content
DocumentContent
A document content block.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DocumentContent.Builderbuilder()data()The document content.booleaninthashCode()mimeType()The mime type of the document.toString()type()uri()The URI of the document.The document content.withMimeType(DocumentContentMimeType mimeType) The mime type of the document.The URI of the document.
-
Constructor Details
-
DocumentContent
public DocumentContent(@Nullable String data, @Nullable DocumentContentMimeType mimeType, @Nullable String uri) -
DocumentContent
public DocumentContent()
-
-
Method Details
-
data
The document content. -
mimeType
The mime type of the document. -
type
-
uri
The URI of the document. -
builder
-
withData
The document content. -
withMimeType
The mime type of the document. -
withUri
The URI of the document. -
equals
-
hashCode
public int hashCode() -
toString
-