GoogleCloudDocumentaiV1beta3Document constructor
GoogleCloudDocumentaiV1beta3Document({
- String? content,
- List<
GoogleCloudDocumentaiV1beta3DocumentEntity> ? entities, - List<
GoogleCloudDocumentaiV1beta3DocumentEntityRelation> ? entityRelations, - GoogleRpcStatus? error,
- String? mimeType,
- List<
GoogleCloudDocumentaiV1beta3DocumentPage> ? pages, - List<
GoogleCloudDocumentaiV1beta3DocumentRevision> ? revisions, - GoogleCloudDocumentaiV1beta3DocumentShardInfo? shardInfo,
- String? text,
- List<
GoogleCloudDocumentaiV1beta3DocumentTextChange> ? textChanges, - List<
GoogleCloudDocumentaiV1beta3DocumentStyle> ? textStyles, - String? uri,
Implementation
GoogleCloudDocumentaiV1beta3Document({
this.content,
this.entities,
this.entityRelations,
this.error,
this.mimeType,
this.pages,
this.revisions,
this.shardInfo,
this.text,
this.textChanges,
this.textStyles,
this.uri,
});