Struct gapi_grpc::google::cloud::documentai::v1::BatchProcessRequest[][src]

pub struct BatchProcessRequest {
    pub name: String,
    pub input_documents: Option<BatchDocumentsInputConfig>,
    pub document_output_config: Option<DocumentOutputConfig>,
    pub skip_human_review: bool,
}

Request message for batch process document method.

Fields

name: String

Required. The processor resource name.

input_documents: Option<BatchDocumentsInputConfig>

The input documents for batch process.

document_output_config: Option<DocumentOutputConfig>

The overall output config for batch process.

skip_human_review: bool

Whether Human Review feature should be skipped for this request. Default to false.

Trait Implementations

impl Clone for BatchProcessRequest[src]

impl Debug for BatchProcessRequest[src]

impl Default for BatchProcessRequest[src]

impl Message for BatchProcessRequest[src]

impl PartialEq<BatchProcessRequest> for BatchProcessRequest[src]

impl StructuralPartialEq for BatchProcessRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for BatchProcessRequest

impl Send for BatchProcessRequest

impl Sync for BatchProcessRequest

impl Unpin for BatchProcessRequest

impl UnwindSafe for BatchProcessRequest

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]