Show / Hide Table of Contents

Class XPSExampleSet

Set of examples or input sources.

Inheritance
object
XPSExampleSet
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.CloudNaturalLanguage.v1.Data
Assembly: Google.Apis.CloudNaturalLanguage.v1.dll
Syntax
public class XPSExampleSet : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

FileSpec

File spec of the examples or input sources.

Declaration
[JsonProperty("fileSpec")]
public virtual XPSFileSpec FileSpec { get; set; }
Property Value
Type Description
XPSFileSpec

Fingerprint

Fingerprint of the example set.

Declaration
[JsonProperty("fingerprint")]
public virtual long? Fingerprint { get; set; }
Property Value
Type Description
long?

NumExamples

Number of examples.

Declaration
[JsonProperty("numExamples")]
public virtual long? NumExamples { get; set; }
Property Value
Type Description
long?

NumInputSources

Number of input sources.

Declaration
[JsonProperty("numInputSources")]
public virtual long? NumInputSources { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX