Google AutoML v1 API - Class ExamplePayload (3.3.0)

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.

Inheritance

object > ExamplePayload

Namespace

Google.Cloud.AutoML.V1

Assembly

Google.Cloud.AutoML.V1.dll

Constructors

ExamplePayload()

public ExamplePayload()

ExamplePayload(ExamplePayload)

public ExamplePayload(ExamplePayload other)
Parameter
NameDescription
otherExamplePayload

Properties

Document

public Document Document { get; set; }

Example document.

Property Value
TypeDescription
Document

Image

public Image Image { get; set; }

Example image.

Property Value
TypeDescription
Image

PayloadCase

public ExamplePayload.PayloadOneofCase PayloadCase { get; }
Property Value
TypeDescription
ExamplePayloadPayloadOneofCase

TextSnippet

public TextSnippet TextSnippet { get; set; }

Example text.

Property Value
TypeDescription
TextSnippet