Reference documentation and code samples for the Cloud AutoML V1beta1 Client class TextExtractionModelMetadata.
Model metadata that is specific to text extraction.
Generated from protobuf message google.cloud.automl.v1beta1.TextExtractionModelMetadata
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ model_hint |
string
Indicates the scope of model use case. * |
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.
Returns | |
---|---|
Type | Description |
string |
setModelHint
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.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |