AssetOcr.ResponseDtoval v :
asset_id:string ->
box_score:float ->
id:string ->
text:string ->
text_score:float ->
x1:float ->
x2:float ->
x3:float ->
x4:float ->
y1:float ->
y2:float ->
y3:float ->
y4:float ->
unit ->
tConstruct a value
val asset_id : t -> stringval box_score : t -> floatConfidence score for text detection box
val id : t -> stringval text : t -> stringRecognized text
val text_score : t -> floatConfidence score for text recognition
val x1 : t -> floatNormalized x coordinate of box corner 1 (0-1)
val x2 : t -> floatNormalized x coordinate of box corner 2 (0-1)
val x3 : t -> floatNormalized x coordinate of box corner 3 (0-1)
val x4 : t -> floatNormalized x coordinate of box corner 4 (0-1)
val y1 : t -> floatNormalized y coordinate of box corner 1 (0-1)
val y2 : t -> floatNormalized y coordinate of box corner 2 (0-1)
val y3 : t -> floatNormalized y coordinate of box corner 3 (0-1)
val y4 : t -> floatNormalized y coordinate of box corner 4 (0-1)