pub struct Builder { /* private fields */ }Expand description
A builder for StartDocumentAnalysisOutput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn job_id(self, input: impl Into<String>) -> Self
pub fn job_id(self, input: impl Into<String>) -> Self
The identifier for the document text detection job. Use JobId to identify the job in a subsequent call to GetDocumentAnalysis. A JobId value is only valid for 7 days.
sourcepub fn set_job_id(self, input: Option<String>) -> Self
pub fn set_job_id(self, input: Option<String>) -> Self
The identifier for the document text detection job. Use JobId to identify the job in a subsequent call to GetDocumentAnalysis. A JobId value is only valid for 7 days.
sourcepub fn build(self) -> StartDocumentAnalysisOutput
pub fn build(self) -> StartDocumentAnalysisOutput
Consumes the builder and constructs a StartDocumentAnalysisOutput.