public sealed class BatchTranslateMetadata : IMessage<BatchTranslateMetadata>, IEquatable<BatchTranslateMetadata>, IDeepCloneable<BatchTranslateMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Translation v3 API class BatchTranslateMetadata.
State metadata for the batch translation operation.
Implements
IMessageBatchTranslateMetadata, IEquatableBatchTranslateMetadata, IDeepCloneableBatchTranslateMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.Translate.V3Assembly
Google.Cloud.Translate.V3.dll
Constructors
BatchTranslateMetadata()
public BatchTranslateMetadata()
BatchTranslateMetadata(BatchTranslateMetadata)
public BatchTranslateMetadata(BatchTranslateMetadata other)
Parameter | |
---|---|
Name | Description |
other |
BatchTranslateMetadata |
Properties
FailedCharacters
public long FailedCharacters { get; set; }
Number of characters that have failed to process so far (Unicode codepoints).
Property Value | |
---|---|
Type | Description |
long |
State
public BatchTranslateMetadata.Types.State State { get; set; }
The state of the operation.
Property Value | |
---|---|
Type | Description |
BatchTranslateMetadataTypesState |
SubmitTime
public Timestamp SubmitTime { get; set; }
Time when the operation was submitted.
Property Value | |
---|---|
Type | Description |
Timestamp |
TotalCharacters
public long TotalCharacters { get; set; }
Total number of characters (Unicode codepoints). This is the total number of codepoints from input files times the number of target languages and appears here shortly after the call is submitted.
Property Value | |
---|---|
Type | Description |
long |
TranslatedCharacters
public long TranslatedCharacters { get; set; }
Number of successfully translated characters so far (Unicode codepoints).
Property Value | |
---|---|
Type | Description |
long |