Package dev.case.api.models.superdoc.v1
Class V1AnnotateParams.Field.Options.Builder
-
- All Implemented Interfaces:
public final class V1AnnotateParams.Field.Options.BuilderA builder for Options.
-
-
Method Summary
-
-
Method Detail
-
height
final V1AnnotateParams.Field.Options.Builder height(Double height)
Image height in pixels
-
height
final V1AnnotateParams.Field.Options.Builder height(JsonField<Double> height)
Sets Builder.height to an arbitrary JSON value.
You should usually call Builder.height with a well-typed Double value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
width
final V1AnnotateParams.Field.Options.Builder width(Double width)
Image width in pixels
-
width
final V1AnnotateParams.Field.Options.Builder width(JsonField<Double> width)
Sets Builder.width to an arbitrary JSON value.
You should usually call Builder.width with a well-typed Double value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final V1AnnotateParams.Field.Options.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final V1AnnotateParams.Field.Options.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final V1AnnotateParams.Field.Options.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final V1AnnotateParams.Field.Options.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final V1AnnotateParams.Field.Options.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final V1AnnotateParams.Field.Options build()
Returns an immutable instance of Options.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-