Class GcsDestination
The Google Cloud Storage location where the output file will be written to.
Inheritance
System.Object
GcsDestination
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.DocumentAI.V1Beta2
Assembly: Google.Cloud.DocumentAI.V1Beta2.dll
Syntax
public sealed class GcsDestination : IMessage<GcsDestination>, IEquatable<GcsDestination>, IDeepCloneable<GcsDestination>, IBufferMessage, IMessage
Constructors
GcsDestination()
Declaration
public GcsDestination()
GcsDestination(GcsDestination)
Declaration
public GcsDestination(GcsDestination other)
Parameters
| Type | Name | Description |
|---|---|---|
| GcsDestination | other |
Properties
Uri
Declaration
public string Uri { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |