public class StartDocumentTextDetectionResult extends Object implements Serializable
| Constructor and Description |
|---|
StartDocumentTextDetectionResult() |
| 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.
|
StartDocumentTextDetectionResult |
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
GetDocumentTextDetection.
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
GetDocumentTextDetection.
public void setJobId(String jobId)
The identifier for the document text-detection job. Use
JobId to identify the job in a subsequent call to
GetDocumentTextDetection.
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
GetDocumentTextDetection.
public StartDocumentTextDetectionResult withJobId(String jobId)
The identifier for the document text-detection job. Use
JobId to identify the job in a subsequent call to
GetDocumentTextDetection.
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
GetDocumentTextDetection.
public String toString()
toString in class ObjectObject.toString()Copyright © 2019. All rights reserved.