Builder
A builder for TextAnnotationDelta.
Functions
Link copied to clipboard
Adds a single Annotation to annotations.
Alias for calling addAnnotation with Annotation.ofFileCitation(fileCitation).
Alias for calling addAnnotation with Annotation.ofPlaceCitation(placeCitation).
Alias for calling addAnnotation with Annotation.ofUrlCitation(urlCitation).
Link copied to clipboard
public final StepDelta.Delta.TextAnnotationDelta.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
Link copied to clipboard
public final StepDelta.Delta.TextAnnotationDelta.Builder annotations(JsonField<List<Annotation>> annotations)
Sets Builder.annotations to an arbitrary JSON value.
Citation information for model-generated content.
Link copied to clipboard
Returns an immutable instance of TextAnnotationDelta.
Link copied to clipboard
public final StepDelta.Delta.TextAnnotationDelta.Builder putAdditionalProperty(String key, JsonValue value)
Link copied to clipboard
public final StepDelta.Delta.TextAnnotationDelta.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
Link copied to clipboard
Link copied to clipboard
public final StepDelta.Delta.TextAnnotationDelta.Builder removeAllAdditionalProperties(Set<String> keys)
Link copied to clipboard
Sets the field to an arbitrary JSON value.