Google Cloud Documentai V1Document Style Response
data class GoogleCloudDocumentaiV1DocumentStyleResponse(val backgroundColor: GoogleTypeColorResponse, val color: GoogleTypeColorResponse, val fontFamily: String, val fontSize: GoogleCloudDocumentaiV1DocumentStyleFontSizeResponse, val fontWeight: String, val textAnchor: GoogleCloudDocumentaiV1DocumentTextAnchorResponse, val textDecoration: String, val textStyle: String)
Annotation for common text style attributes. This adheres to CSS conventions as much as possible.
Constructors
Link copied to clipboard
fun GoogleCloudDocumentaiV1DocumentStyleResponse(backgroundColor: GoogleTypeColorResponse, color: GoogleTypeColorResponse, fontFamily: String, fontSize: GoogleCloudDocumentaiV1DocumentStyleFontSizeResponse, fontWeight: String, textAnchor: GoogleCloudDocumentaiV1DocumentTextAnchorResponse, textDecoration: String, textStyle: String)