public interface TextExtractionModelMetadataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getModelHint()
public abstract String getModelHint()Indicates the scope of model use case.
default: Use to train a general text extraction model. Default value.health_care: Use to train a text extraction model that is tuned for healthcare applications.
string model_hint = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The modelHint. |
getModelHintBytes()
public abstract ByteString getModelHintBytes()Indicates the scope of model use case.
default: Use to train a general text extraction model. Default value.health_care: Use to train a text extraction model that is tuned for healthcare applications.
string model_hint = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for modelHint. |