public static interface AnalyzeIDDetections.Builder extends SdkPojo, CopyableBuilder<AnalyzeIDDetections.Builder,AnalyzeIDDetections>
| Modifier and Type | Method and Description |
|---|---|
AnalyzeIDDetections.Builder |
confidence(Float confidence)
The confidence score of the detected text.
|
default AnalyzeIDDetections.Builder |
normalizedValue(Consumer<NormalizedValue.Builder> normalizedValue)
Only returned for dates, returns the type of value detected and the date written in a more machine readable
way.
|
AnalyzeIDDetections.Builder |
normalizedValue(NormalizedValue normalizedValue)
Only returned for dates, returns the type of value detected and the date written in a more machine readable
way.
|
AnalyzeIDDetections.Builder |
text(String text)
Text of either the normalized field or value associated with it.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAnalyzeIDDetections.Builder text(String text)
Text of either the normalized field or value associated with it.
text - Text of either the normalized field or value associated with it.AnalyzeIDDetections.Builder normalizedValue(NormalizedValue normalizedValue)
Only returned for dates, returns the type of value detected and the date written in a more machine readable way.
normalizedValue - Only returned for dates, returns the type of value detected and the date written in a more machine
readable way.default AnalyzeIDDetections.Builder normalizedValue(Consumer<NormalizedValue.Builder> normalizedValue)
Only returned for dates, returns the type of value detected and the date written in a more machine readable way.
This is a convenience method that creates an instance of theNormalizedValue.Builder avoiding the
need to create one manually via NormalizedValue.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to normalizedValue(NormalizedValue).
normalizedValue - a consumer that will call methods on NormalizedValue.BuildernormalizedValue(NormalizedValue)AnalyzeIDDetections.Builder confidence(Float confidence)
The confidence score of the detected text.
confidence - The confidence score of the detected text.Copyright © 2023. All rights reserved.