pub struct StartDocumentTextDetectionResponse {
pub job_id: Option<String>,
}Fields§
§job_id: Option<String>The identifier of the text detection job for the document. Use JobId to identify the job in a subsequent call to GetDocumentTextDetection. A JobId value is only valid for 7 days.
Trait Implementations§
Source§impl Clone for StartDocumentTextDetectionResponse
impl Clone for StartDocumentTextDetectionResponse
Source§fn clone(&self) -> StartDocumentTextDetectionResponse
fn clone(&self) -> StartDocumentTextDetectionResponse
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 StartDocumentTextDetectionResponse
impl Default for StartDocumentTextDetectionResponse
Source§fn default() -> StartDocumentTextDetectionResponse
fn default() -> StartDocumentTextDetectionResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for StartDocumentTextDetectionResponse
impl<'de> Deserialize<'de> for StartDocumentTextDetectionResponse
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
Source§impl PartialEq for StartDocumentTextDetectionResponse
impl PartialEq for StartDocumentTextDetectionResponse
Source§fn eq(&self, other: &StartDocumentTextDetectionResponse) -> bool
fn eq(&self, other: &StartDocumentTextDetectionResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for StartDocumentTextDetectionResponse
Auto Trait Implementations§
impl Freeze for StartDocumentTextDetectionResponse
impl RefUnwindSafe for StartDocumentTextDetectionResponse
impl Send for StartDocumentTextDetectionResponse
impl Sync for StartDocumentTextDetectionResponse
impl Unpin for StartDocumentTextDetectionResponse
impl UnwindSafe for StartDocumentTextDetectionResponse
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