Interface RunPipelineMetadata.ProcessWithDocAiPipelineMetadataOrBuilder (0.37.0)

public static interface RunPipelineMetadata.ProcessWithDocAiPipelineMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDocuments(int index)

public abstract String getDocuments(int index)

The input list of all the resource names of the documents to be processed.

repeated string documents = 1;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The documents at the given index.

getDocumentsBytes(int index)

public abstract ByteString getDocumentsBytes(int index)

The input list of all the resource names of the documents to be processed.

repeated string documents = 1;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the documents at the given index.

getDocumentsCount()

public abstract int getDocumentsCount()

The input list of all the resource names of the documents to be processed.

repeated string documents = 1;

Returns
TypeDescription
int

The count of documents.

getDocumentsList()

public abstract List<String> getDocumentsList()

The input list of all the resource names of the documents to be processed.

repeated string documents = 1;

Returns
TypeDescription
List<String>

A list containing the documents.

getProcessorInfo()

public abstract ProcessorInfo getProcessorInfo()

The DocAI processor to process the documents with.

.google.cloud.contentwarehouse.v1.ProcessorInfo processor_info = 2;

Returns
TypeDescription
ProcessorInfo

The processorInfo.

getProcessorInfoOrBuilder()

public abstract ProcessorInfoOrBuilder getProcessorInfoOrBuilder()

The DocAI processor to process the documents with.

.google.cloud.contentwarehouse.v1.ProcessorInfo processor_info = 2;

Returns
TypeDescription
ProcessorInfoOrBuilder

hasProcessorInfo()

public abstract boolean hasProcessorInfo()

The DocAI processor to process the documents with.

.google.cloud.contentwarehouse.v1.ProcessorInfo processor_info = 2;

Returns
TypeDescription
boolean

Whether the processorInfo field is set.