Show / Hide Table of Contents

Class GcsDestination

The Google Cloud Storage location where the output file will be written to.

Inheritance
System.Object
GcsDestination
Implements
IMessage<GcsDestination>
System.IEquatable<GcsDestination>
IDeepCloneable<GcsDestination>
Google.Protobuf.IBufferMessage
IMessage
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
Back to top