Cloud AutoML V1beta1 Client - Class TextExtractionModelMetadata (1.4.17)

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
NameDescription
data array

Optional. Data for populating the Message object.

↳ model_hint string

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.

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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this