public static interface IdentityDocumentField.Builder extends SdkPojo, CopyableBuilder<IdentityDocumentField.Builder,IdentityDocumentField>
| Modifier and Type | Method and Description |
|---|---|
IdentityDocumentField.Builder |
type(AnalyzeIDDetections type)
Sets the value of the Type property for this object.
|
default IdentityDocumentField.Builder |
type(Consumer<AnalyzeIDDetections.Builder> type)
Sets the value of the Type property for this object.
|
IdentityDocumentField.Builder |
valueDetection(AnalyzeIDDetections valueDetection)
Sets the value of the ValueDetection property for this object.
|
default IdentityDocumentField.Builder |
valueDetection(Consumer<AnalyzeIDDetections.Builder> valueDetection)
Sets the value of the ValueDetection property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIdentityDocumentField.Builder type(AnalyzeIDDetections type)
type - The new value for the Type property for this object.default IdentityDocumentField.Builder type(Consumer<AnalyzeIDDetections.Builder> type)
AnalyzeIDDetections.Builder avoiding the
need to create one manually via AnalyzeIDDetections.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to type(AnalyzeIDDetections).
type - a consumer that will call methods on AnalyzeIDDetections.Buildertype(AnalyzeIDDetections)IdentityDocumentField.Builder valueDetection(AnalyzeIDDetections valueDetection)
valueDetection - The new value for the ValueDetection property for this object.default IdentityDocumentField.Builder valueDetection(Consumer<AnalyzeIDDetections.Builder> valueDetection)
AnalyzeIDDetections.Builder avoiding the
need to create one manually via AnalyzeIDDetections.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to valueDetection(AnalyzeIDDetections).
valueDetection - a consumer that will call methods on AnalyzeIDDetections.BuildervalueDetection(AnalyzeIDDetections)Copyright © 2023. All rights reserved.