Show / Hide Table of Contents

Class TextPayload

Container of information about a piece of text.

Inheritance
System.Object
TextPayload
Implements
IMessage<TextPayload>
System.IEquatable<TextPayload>
IDeepCloneable<TextPayload>
Google.Protobuf.IBufferMessage
IMessage
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.DataLabeling.V1Beta1
Assembly: Google.Cloud.DataLabeling.V1Beta1.dll
Syntax
public sealed class TextPayload : IMessage<TextPayload>, IEquatable<TextPayload>, IDeepCloneable<TextPayload>, IBufferMessage, IMessage

Constructors

TextPayload()

Declaration
public TextPayload()

TextPayload(TextPayload)

Declaration
public TextPayload(TextPayload other)
Parameters
Type Name Description
TextPayload other

Properties

TextContent

Text content.

Declaration
public string TextContent { get; set; }
Property Value
Type Description
System.String
Back to top