Show / Hide Table of Contents

Class Example

A sentence pair.

Inheritance
object
Example
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Translate.v3.Data
Assembly: Google.Apis.Translate.v3.dll
Syntax
public class Example : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Name

Output only. The resource name of the example, in form of `projects/{project-number-or-id}/locations/{location_id}/datasets/{dataset_id}/examples/{example_id}'

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

SourceText

Sentence in source language.

Declaration
[JsonProperty("sourceText")]
public virtual string SourceText { get; set; }
Property Value
Type Description
string

TargetText

Sentence in target language.

Declaration
[JsonProperty("targetText")]
public virtual string TargetText { get; set; }
Property Value
Type Description
string

Usage

Output only. Usage of the sentence pair. Options are TRAIN|VALIDATION|TEST.

Declaration
[JsonProperty("usage")]
public virtual string Usage { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX