Google Cloud Translation v3 API - Class AdaptiveMtSentence (3.6.0)

public sealed class AdaptiveMtSentence : IMessage<AdaptiveMtSentence>, IEquatable<AdaptiveMtSentence>, IDeepCloneable<AdaptiveMtSentence>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Translation v3 API class AdaptiveMtSentence.

An AdaptiveMt sentence entry.

Inheritance

object > AdaptiveMtSentence

Namespace

Google.Cloud.Translate.V3

Assembly

Google.Cloud.Translate.V3.dll

Constructors

AdaptiveMtSentence()

public AdaptiveMtSentence()

AdaptiveMtSentence(AdaptiveMtSentence)

public AdaptiveMtSentence(AdaptiveMtSentence other)
Parameter
NameDescription
otherAdaptiveMtSentence

Properties

AdaptiveMtSentenceName

public AdaptiveMtSentenceName AdaptiveMtSentenceName { get; set; }

AdaptiveMtSentenceName-typed view over the Name resource name property.

Property Value
TypeDescription
AdaptiveMtSentenceName

CreateTime

public Timestamp CreateTime { get; set; }

Output only. Timestamp when this sentence was created.

Property Value
TypeDescription
Timestamp

Name

public string Name { get; set; }

Required. The resource name of the file, in form of projects/{project-number-or-id}/locations/{location_id}/adaptiveMtDatasets/{dataset}/adaptiveMtFiles/{file}/adaptiveMtSentences/{sentence}

Property Value
TypeDescription
string

SourceSentence

public string SourceSentence { get; set; }

Required. The source sentence.

Property Value
TypeDescription
string

TargetSentence

public string TargetSentence { get; set; }

Required. The target sentence.

Property Value
TypeDescription
string

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. Timestamp when this sentence was last updated.

Property Value
TypeDescription
Timestamp