google-genai
Toggle table of contents
JVM
Platform filter
JVM
Switch theme
Search in API
google-genai
google-genai
/
com.google.genai.types
/
EntityLabel
/
Builder
Builder
public
abstract
class
Builder
Builder for EntityLabel.
Members
Constructors
Entity
Label.
Builder
Link copied to clipboard
public
void
EntityLabel.Builder
(
)
Functions
build
Link copied to clipboard
public
abstract
EntityLabel
build
(
)
clear
Label
Link copied to clipboard
@
CanIgnoreReturnValue
(
)
public
EntityLabel.Builder
clearLabel
(
)
Clears the value of label field.
clear
Score
Link copied to clipboard
@
CanIgnoreReturnValue
(
)
public
EntityLabel.Builder
clearScore
(
)
Clears the value of score field.
label
Link copied to clipboard
public
abstract
EntityLabel.Builder
label
(
String
label
)
Setter for label.
score
Link copied to clipboard
public
abstract
EntityLabel.Builder
score
(
Float
score
)
Setter for score.