public interface RawDocumentOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getContent()
Inline document content.
|
String |
getMimeType()
An IANA MIME type (RFC6838) indicating the nature and format of the
[content][google.cloud.documentai.v1.RawDocument.content].
|
com.google.protobuf.ByteString |
getMimeTypeBytes()
An IANA MIME type (RFC6838) indicating the nature and format of the
[content][google.cloud.documentai.v1.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.v1.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.v1.RawDocument.content].
string mime_type = 2;Copyright © 2022 Google LLC. All rights reserved.