pub struct GoogleCloudDocumentaiV1HumanReviewStatus {
pub human_review_operation: Option<String>,
pub state: Option<String>,
pub state_message: Option<String>,
}Expand description
The status of human review on a processed document.
This type is not used in any activity, and only used as part of another schema.
Fields§
§human_review_operation: Option<String>The name of the operation triggered by the processed document. This field is populated only when the state is HUMAN_REVIEW_IN_PROGRESS. It has the same response type and metadata as the long-running operation returned by ReviewDocument.
state: Option<String>The state of human review on the processing request.
state_message: Option<String>A message providing more details about the human review state.
Trait Implementations§
Source§impl Clone for GoogleCloudDocumentaiV1HumanReviewStatus
impl Clone for GoogleCloudDocumentaiV1HumanReviewStatus
Source§fn clone(&self) -> GoogleCloudDocumentaiV1HumanReviewStatus
fn clone(&self) -> GoogleCloudDocumentaiV1HumanReviewStatus
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for GoogleCloudDocumentaiV1HumanReviewStatus
impl Default for GoogleCloudDocumentaiV1HumanReviewStatus
Source§fn default() -> GoogleCloudDocumentaiV1HumanReviewStatus
fn default() -> GoogleCloudDocumentaiV1HumanReviewStatus
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleCloudDocumentaiV1HumanReviewStatus
impl<'de> Deserialize<'de> for GoogleCloudDocumentaiV1HumanReviewStatus
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Part for GoogleCloudDocumentaiV1HumanReviewStatus
Auto Trait Implementations§
impl Freeze for GoogleCloudDocumentaiV1HumanReviewStatus
impl RefUnwindSafe for GoogleCloudDocumentaiV1HumanReviewStatus
impl Send for GoogleCloudDocumentaiV1HumanReviewStatus
impl Sync for GoogleCloudDocumentaiV1HumanReviewStatus
impl Unpin for GoogleCloudDocumentaiV1HumanReviewStatus
impl UnwindSafe for GoogleCloudDocumentaiV1HumanReviewStatus
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more