Class TextExtractionModelMetadata (2.8.2)

TextExtractionModelMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Model metadata that is specific to text extraction.

Attribute

NameDescription
model_hint str
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.

Inheritance

builtins.object > proto.message.Message > TextExtractionModelMetadata