Struct gapi_grpc::google::cloud::documentai::v1beta3::ProcessRequest[][src]

pub struct ProcessRequest {
    pub name: String,
    pub document: Option<Document>,
    pub skip_human_review: bool,
    pub source: Option<Source>,
}

Request message for the process document method.

Fields

name: String

Required. The processor resource name.

document: Option<Document>

The document payload, the [content] and [mime_type] fields must be set.

skip_human_review: bool

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

source: Option<Source>

The document payload.

Trait Implementations

impl Clone for ProcessRequest[src]

impl Debug for ProcessRequest[src]

impl Default for ProcessRequest[src]

impl Message for ProcessRequest[src]

impl PartialEq<ProcessRequest> for ProcessRequest[src]

impl StructuralPartialEq for ProcessRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for ProcessRequest

impl Send for ProcessRequest

impl Sync for ProcessRequest

impl Unpin for ProcessRequest

impl UnwindSafe for ProcessRequest

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]