Interface BatchProcessRequest.BatchInputConfigOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      String getGcsSource()
      Deprecated.
      The Cloud Storage location as the source of the document.
      com.google.protobuf.ByteString getGcsSourceBytes()
      Deprecated.
      The Cloud Storage location as the source of the document.
      String getMimeType()
      Deprecated.
      An IANA published [media type (MIME type)](https://www.iana.org/assignments/media-types/media-types.xhtml) of the input.
      com.google.protobuf.ByteString getMimeTypeBytes()
      Deprecated.
      An IANA published [media type (MIME type)](https://www.iana.org/assignments/media-types/media-types.xhtml) of the input.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getGcsSource

        String getGcsSource()
        Deprecated.
         The Cloud Storage location as the source of the document.
         
        string gcs_source = 1;
        Returns:
        The gcsSource.
      • getGcsSourceBytes

        com.google.protobuf.ByteString getGcsSourceBytes()
        Deprecated.
         The Cloud Storage location as the source of the document.
         
        string gcs_source = 1;
        Returns:
        The bytes for gcsSource.
      • getMimeType

        String getMimeType()
        Deprecated.
         An IANA published [media type (MIME
         type)](https://www.iana.org/assignments/media-types/media-types.xhtml) of
         the input. If the input is a raw document, refer to [supported file
         types](https://cloud.google.com/document-ai/docs/file-types) for the list
         of media types. If the input is a
         [Document][google.cloud.documentai.v1beta3.Document], the type should be
         `application/json`.
         
        string mime_type = 2;
        Returns:
        The mimeType.
      • getMimeTypeBytes

        com.google.protobuf.ByteString getMimeTypeBytes()
        Deprecated.
         An IANA published [media type (MIME
         type)](https://www.iana.org/assignments/media-types/media-types.xhtml) of
         the input. If the input is a raw document, refer to [supported file
         types](https://cloud.google.com/document-ai/docs/file-types) for the list
         of media types. If the input is a
         [Document][google.cloud.documentai.v1beta3.Document], the type should be
         `application/json`.
         
        string mime_type = 2;
        Returns:
        The bytes for mimeType.