Interface TextExtractionModelMetadataOrBuilder

    • 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.MessageLiteOrBuilder

        isInitialized
      • 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.