AR 图像属性。用于设置直播视频的水印和背景图片的属性。
-
Annotations
@JsonSerializable(explicitToJson: true)
Constructors
-
ARImage(String url, int x, int y, int width, int height)
Constructs a ARImage
-
ARImage.fromJson(Map<String, dynamic> json)
factory
Properties
-
The hash code for this object. [...]read-only, inherited
-
图片在视频帧上的高度。final
-
A representation of the runtime type of the object.read-only, inherited
-
直播视频上图片的 HTTP/HTTPS 地址,字符长度不得超过 1024 字节。final
-
图片在视频帧上的宽度。final
-
图片左上角在视频帧上的横轴坐标。final
-
图片左上角在视频帧上的纵轴坐标。final
Methods
-
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]inherited
-
Returns a string representation of this object.inherited
Operators
-
operator ==(Object other) → bool
The equality operator. [...]inherited