Class XPSFileSpec
Spec of input and output files, on external file systems (CNS, GCS, etc).
Implements
Inherited Members
Namespace: Google.Apis.CloudNaturalLanguage.v2.Data
Assembly: Google.Apis.CloudNaturalLanguage.v2.dll
Syntax
public class XPSFileSpec : IDirectResponseSchema
Properties
DirectoryPath
Deprecated. Use file_spec.
Declaration
[JsonProperty("directoryPath")]
public virtual string DirectoryPath { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FileFormat
Declaration
[JsonProperty("fileFormat")]
public virtual string FileFormat { get; set; }
Property Value
Type | Description |
---|---|
string |
FileSpec
Single file path, or file pattern of format "/path/to/file@shard_count". E.g. /cns/cell-d/somewhere/file@2 is expanded to two files: /cns/cell-d/somewhere/file-00000-of-00002 and /cns/cell-d/somewhere/file-00001-of-00002.
Declaration
[JsonProperty("fileSpec")]
public virtual string FileSpec { get; set; }
Property Value
Type | Description |
---|---|
string |
SingleFilePath
Deprecated. Use file_spec.
Declaration
[JsonProperty("singleFilePath")]
public virtual string SingleFilePath { get; set; }
Property Value
Type | Description |
---|---|
string |