public interface RawDocumentOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getContent()
Inline document content.
|
String |
getDisplayName()
The display name of the document, it supports all Unicode characters except
the following:
`*`, `?
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
The display name of the document, it supports all Unicode characters except
the following:
`*`, `?
|
String |
getMimeType()
An IANA MIME type (RFC6838) indicating the nature and format of the
[content][google.cloud.documentai.v1beta3.RawDocument.content].
|
com.google.protobuf.ByteString |
getMimeTypeBytes()
An IANA MIME type (RFC6838) indicating the nature and format of the
[content][google.cloud.documentai.v1beta3.RawDocument.content].
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofcom.google.protobuf.ByteString getContent()
Inline document content.
bytes content = 1;String getMimeType()
An IANA MIME type (RFC6838) indicating the nature and format of the [content][google.cloud.documentai.v1beta3.RawDocument.content].
string mime_type = 2;com.google.protobuf.ByteString getMimeTypeBytes()
An IANA MIME type (RFC6838) indicating the nature and format of the [content][google.cloud.documentai.v1beta3.RawDocument.content].
string mime_type = 2;String getDisplayName()
The display name of the document, it supports all Unicode characters except
the following:
`*`, `?`, `[`, `]`, `%`, `{`, `}`,`'`, `\"`, `,`
`~`, `=` and `:` are reserved.
If not specified, a default ID is generated.
string display_name = 3;com.google.protobuf.ByteString getDisplayNameBytes()
The display name of the document, it supports all Unicode characters except
the following:
`*`, `?`, `[`, `]`, `%`, `{`, `}`,`'`, `\"`, `,`
`~`, `=` and `:` are reserved.
If not specified, a default ID is generated.
string display_name = 3;Copyright © 2024 Google LLC. All rights reserved.