Package com.google.cloud.automl.v1beta1
Interface TextExtractionModelMetadataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TextExtractionModelMetadata
,TextExtractionModelMetadata.Builder
public interface TextExtractionModelMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getModelHint()
Indicates the scope of model use case.com.google.protobuf.ByteString
getModelHintBytes()
Indicates the scope of model use case.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getModelHint
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:
- The modelHint.
-
getModelHintBytes
com.google.protobuf.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:
- The bytes for modelHint.
-
-