public sealed class BatchTranslateResponse : IMessage<BatchTranslateResponse>, IEquatable<BatchTranslateResponse>, IDeepCloneable<BatchTranslateResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Translation v3 API class BatchTranslateResponse.
Stored in the [google.longrunning.Operation.response][google.longrunning.Operation.response] field returned by BatchTranslateText if at least one sentence is translated successfully.
Implements
IMessageBatchTranslateResponse, IEquatableBatchTranslateResponse, IDeepCloneableBatchTranslateResponse, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.TranslateV3Assembly
Google.Cloud.Translate.V3.dll
Constructors
BatchTranslateResponse()
public BatchTranslateResponse()
BatchTranslateResponse(BatchTranslateResponse)
public BatchTranslateResponse(BatchTranslateResponse other)
Parameter | |
---|---|
Name | Description |
other | BatchTranslateResponse |
Properties
EndTime
public Timestamp EndTime { get; set; }
The time when the operation is finished and [google.longrunning.Operation.done][google.longrunning.Operation.done] is set to true.
Property Value | |
---|---|
Type | Description |
Timestamp |
FailedCharacters
public long FailedCharacters { get; set; }
Number of characters that have failed to process (Unicode codepoints).
Property Value | |
---|---|
Type | Description |
long |
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).
Property Value | |
---|---|
Type | Description |
long |
TranslatedCharacters
public long TranslatedCharacters { get; set; }
Number of successfully translated characters (Unicode codepoints).
Property Value | |
---|---|
Type | Description |
long |