public class StartDocumentAnalysisResult extends Object implements Serializable
| Constructor and Description |
|---|
StartDocumentAnalysisResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getJobId()
The identifier for the document text detection job.
|
int |
hashCode() |
void |
setJobId(String jobId)
The identifier for the document text detection job.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
StartDocumentAnalysisResult |
withJobId(String jobId)
The identifier for the document text detection job.
|
public String getJobId()
The identifier for the document text detection job. Use
JobId to identify the job in a subsequent call to
GetDocumentAnalysis.
Constraints:
Length: 1 - 64
Pattern: ^[a-zA-Z0-9-_]+$
The identifier for the document text detection job. Use
JobId to identify the job in a subsequent call to
GetDocumentAnalysis.
public void setJobId(String jobId)
The identifier for the document text detection job. Use
JobId to identify the job in a subsequent call to
GetDocumentAnalysis.
Constraints:
Length: 1 - 64
Pattern: ^[a-zA-Z0-9-_]+$
jobId -
The identifier for the document text detection job. Use
JobId to identify the job in a subsequent call to
GetDocumentAnalysis.
public StartDocumentAnalysisResult withJobId(String jobId)
The identifier for the document text detection job. Use
JobId to identify the job in a subsequent call to
GetDocumentAnalysis.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 64
Pattern: ^[a-zA-Z0-9-_]+$
jobId -
The identifier for the document text detection job. Use
JobId to identify the job in a subsequent call to
GetDocumentAnalysis.
public String toString()
toString in class ObjectObject.toString()Copyright © 2019. All rights reserved.