diff --git a/packages/google-cloud-documentai/google/cloud/documentai_v1/types/document.py b/packages/google-cloud-documentai/google/cloud/documentai_v1/types/document.py index a416236bb7f8..e9e6ba3c6204 100644 --- a/packages/google-cloud-documentai/google/cloud/documentai_v1/types/document.py +++ b/packages/google-cloud-documentai/google/cloud/documentai_v1/types/document.py @@ -626,13 +626,17 @@ class StyleInfo(proto.Message): underlined (bool): Whether the text is underlined. strikeout (bool): - Whether the text is strikethrough. + Whether the text is strikethrough. This + feature is not supported yet. subscript (bool): - Whether the text is a subscript. + Whether the text is a subscript. This feature + is not supported yet. superscript (bool): - Whether the text is a superscript. + Whether the text is a superscript. This + feature is not supported yet. smallcaps (bool): - Whether the text is in small caps. + Whether the text is in small caps. This + feature is not supported yet. font_weight (int): TrueType weight on a scale ``100`` (thin) to ``1000`` (ultra-heavy). Normal is ``400``, bold is ``700``. diff --git a/packages/google-cloud-documentai/google/cloud/documentai_v1/types/processor.py b/packages/google-cloud-documentai/google/cloud/documentai_v1/types/processor.py index 7fb2d097705a..4b2ea5bae7a5 100644 --- a/packages/google-cloud-documentai/google/cloud/documentai_v1/types/processor.py +++ b/packages/google-cloud-documentai/google/cloud/documentai_v1/types/processor.py @@ -42,7 +42,8 @@ class ProcessorVersion(proto.Message): Attributes: name (str): - The resource name of the processor version. Format: + Identifier. The resource name of the processor version. + Format: ``projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processor_version}`` display_name (str): The display name of the processor version. @@ -50,7 +51,8 @@ class ProcessorVersion(proto.Message): The schema of the processor version. Describes the output. state (google.cloud.documentai_v1.types.ProcessorVersion.State): - The state of the processor version. + Output only. The state of the processor + version. create_time (google.protobuf.timestamp_pb2.Timestamp): The time the processor version was created. latest_evaluation (google.cloud.documentai_v1.types.EvaluationReference):