Struct gapi_grpc::google::cloud::documentai::v1beta3::batch_process_request::BatchInputConfig[][src]

pub struct BatchInputConfig {
    pub gcs_source: String,
    pub mime_type: String,
}

The message for input config in batch process.

Fields

gcs_source: String

The Cloud Storage location as the source of the document.

mime_type: String

Mimetype of the input. If the input is a raw document, the supported mimetypes are application/pdf, image/tiff, and image/gif. If the input is a [Document] proto, the type should be application/json.

Trait Implementations

impl Clone for BatchInputConfig[src]

impl Debug for BatchInputConfig[src]

impl Default for BatchInputConfig[src]

impl Message for BatchInputConfig[src]

impl PartialEq<BatchInputConfig> for BatchInputConfig[src]

impl StructuralPartialEq for BatchInputConfig[src]

Auto Trait Implementations

impl RefUnwindSafe for BatchInputConfig

impl Send for BatchInputConfig

impl Sync for BatchInputConfig

impl Unpin for BatchInputConfig

impl UnwindSafe for BatchInputConfig

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]