public class AiExtractStructuredFieldsField extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
AiExtractStructuredFieldsField.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
description
A description of the field.
|
protected String |
displayName
The display name of the field.
|
protected String |
key
A unique identifier for the field.
|
protected List<AiExtractStructuredFieldsOptionsField> |
options
A list of options for this field.
|
protected String |
prompt
The context about the key that may include how to find and format it.
|
protected String |
type
The type of the field.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
protected |
AiExtractStructuredFieldsField(AiExtractStructuredFieldsField.Builder builder) |
|
AiExtractStructuredFieldsField(String key) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDescription() |
String |
getDisplayName() |
String |
getKey() |
List<AiExtractStructuredFieldsOptionsField> |
getOptions() |
String |
getPrompt() |
String |
getType() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected String description
protected String displayName
protected String prompt
protected String type
protected List<AiExtractStructuredFieldsOptionsField> options
public AiExtractStructuredFieldsField(String key)
protected AiExtractStructuredFieldsField(AiExtractStructuredFieldsField.Builder builder)
public String getDescription()
public String getDisplayName()
public List<AiExtractStructuredFieldsOptionsField> getOptions()