public sealed class TextExtractionPredictionInstance : IMessage<TextExtractionPredictionInstance>, IEquatable<TextExtractionPredictionInstance>, IDeepCloneable<TextExtractionPredictionInstance>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class TextExtractionPredictionInstance.
This field is only used for batch prediction. If a key is provided, the
batch prediction result will by mapped to this key. If omitted, then the
batch prediction result will contain the entire input instance. Vertex AI
will not check if keys in the request are duplicates, so it is up to the
caller to ensure the keys are unique.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eTextExtractionPredictionInstance\u003c/code\u003e class is used for defining the input format for text extraction predictions within the Vertex AI v1beta1 API.\u003c/p\u003e\n"],["\u003cp\u003eThis class, part of the \u003ccode\u003eGoogle.Cloud.AIPlatform.V1Beta1.Schema.Predict.Instance\u003c/code\u003e namespace, implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt includes properties like \u003ccode\u003eContent\u003c/code\u003e (the text for prediction), \u003ccode\u003eKey\u003c/code\u003e (used for batch prediction result mapping), and \u003ccode\u003eMimeType\u003c/code\u003e (the text snippet's MIME type, with \u003ccode\u003etext/plain\u003c/code\u003e being a supported type).\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors available: a default one, and another which takes another \u003ccode\u003eTextExtractionPredictionInstance\u003c/code\u003e as parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe class inherits from object and has inherited members such as GetHashCode(), GetType() and ToString().\u003c/p\u003e\n"]]],[],null,[]]