public sealed class ExamplePayload : IMessage<ExamplePayload>, IEquatable<ExamplePayload>, IDeepCloneable<ExamplePayload>, IBufferMessage, IMessage
Reference documentation and code samples for the Google AutoML v1 API class ExamplePayload.
Example data used for training or prediction.
Implements
IMessageExamplePayload, IEquatableExamplePayload, IDeepCloneableExamplePayload, IBufferMessage, IMessageNamespace
Google.Cloud.AutoML.V1Assembly
Google.Cloud.AutoML.V1.dll
Constructors
ExamplePayload()
public ExamplePayload()
ExamplePayload(ExamplePayload)
public ExamplePayload(ExamplePayload other)
Parameter | |
---|---|
Name | Description |
other |
ExamplePayload |
Properties
Document
public Document Document { get; set; }
Example document.
Property Value | |
---|---|
Type | Description |
Document |
Image
public Image Image { get; set; }
Example image.
Property Value | |
---|---|
Type | Description |
Image |
PayloadCase
public ExamplePayload.PayloadOneofCase PayloadCase { get; }
Property Value | |
---|---|
Type | Description |
ExamplePayloadPayloadOneofCase |
TextSnippet
public TextSnippet TextSnippet { get; set; }
Example text.
Property Value | |
---|---|
Type | Description |
TextSnippet |