pub struct Builder { /* private fields */ }
Expand description
A builder for StartDocumentTextDetectionOutput
.
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 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.
sourcepub fn set_job_id(self, input: Option<String>) -> Self
pub fn set_job_id(self, input: Option<String>) -> Self
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.
sourcepub fn build(self) -> StartDocumentTextDetectionOutput
pub fn build(self) -> StartDocumentTextDetectionOutput
Consumes the builder and constructs a StartDocumentTextDetectionOutput
.