public sealed class ProcessorType.Types.LocationInfo : IMessage<ProcessorType.Types.LocationInfo>, IEquatable<ProcessorType.Types.LocationInfo>, IDeepCloneable<ProcessorType.Types.LocationInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1beta3 API class ProcessorType.Types.LocationInfo.
The location information about where the processor is available.
Implements
IMessageProcessorTypeTypesLocationInfo, IEquatableProcessorTypeTypesLocationInfo, IDeepCloneableProcessorTypeTypesLocationInfo, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.DocumentAIV1Beta3Assembly
Google.Cloud.DocumentAI.V1Beta3.dll
Constructors
LocationInfo()
public LocationInfo()
LocationInfo(LocationInfo)
public LocationInfo(ProcessorType.Types.LocationInfo other)
Name | Description |
other | ProcessorTypeTypesLocationInfo |
Properties
LocationId
public string LocationId { get; set; }
The location id, currently must be one of [us, eu].
Type | Description |
string |