Class ExamplePayload
Example data used for training or prediction.
Inheritance
System.Object
ExamplePayload
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.AutoML.V1
Assembly: Google.Cloud.AutoML.V1.dll
Syntax
public sealed class ExamplePayload : IMessage<ExamplePayload>, IEquatable<ExamplePayload>, IDeepCloneable<ExamplePayload>, IBufferMessage, IMessage
Constructors
ExamplePayload()
Declaration
public ExamplePayload()
ExamplePayload(ExamplePayload)
Declaration
public ExamplePayload(ExamplePayload other)
Parameters
Type | Name | Description |
---|---|---|
ExamplePayload | other |
Properties
Document
Example document.
Declaration
public Document Document { get; set; }
Property Value
Type | Description |
---|---|
Document |
Image
Example image.
Declaration
public Image Image { get; set; }
Property Value
Type | Description |
---|---|
Image |
PayloadCase
Declaration
public ExamplePayload.PayloadOneofCase PayloadCase { get; }
Property Value
Type | Description |
---|---|
ExamplePayload.PayloadOneofCase |
TextSnippet
Example text.
Declaration
public TextSnippet TextSnippet { get; set; }
Property Value
Type | Description |
---|---|
TextSnippet |