Class: Google::Cloud::AIPlatform::V1::Schema::Predict::Instance::TextExtractionPredictionInstance
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::Schema::Predict::Instance::TextExtractionPredictionInstance
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/schema/predict/instance/text_extraction.rb
Overview
Prediction input format for Text Extraction.
Instance Attribute Summary collapse
-
#content ⇒ ::String
The text snippet to make the predictions on.
-
#key ⇒ ::String
This field is only used for batch prediction.
-
#mime_type ⇒ ::String
The MIME type of the text snippet.
Instance Attribute Details
#content ⇒ ::String
43 44 45 46 |
# File 'proto_docs/google/cloud/aiplatform/v1/schema/predict/instance/text_extraction.rb', line 43 class TextExtractionPredictionInstance include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#key ⇒ ::String
43 44 45 46 |
# File 'proto_docs/google/cloud/aiplatform/v1/schema/predict/instance/text_extraction.rb', line 43 class TextExtractionPredictionInstance include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#mime_type ⇒ ::String
43 44 45 46 |
# File 'proto_docs/google/cloud/aiplatform/v1/schema/predict/instance/text_extraction.rb', line 43 class TextExtractionPredictionInstance include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |